Per Jessen schreef:
Chris Haensel wrote:
I am having some problems with our new server. exim4 is installed, and
I am trying to send a mail via the mail() function.
Script:
";
if(mail("[EMAIL PROTECTED]","test","ding")) {
echo "Ja";
} else {
echo "Nein";
}
?>
Exim is a Mail Transfer Agent. It
Chris Haensel wrote:
> I am having some problems with our new server. exim4 is installed, and
> I am trying to send a mail via the mail() function.
>
> Script:
>
> ini_set ("error_reporting",E_ALL);
> echo ini_get("error_reporting")."";
> if(mail("[EMAIL PROTECTED]","test","ding")) {
> echo "Ja
Good day list,
I am having some problems with our new server. exim4 is installed, and I am
trying to send a mail via the mail() function.
Script:
";
if(mail("[EMAIL PROTECTED]","test","ding")) {
echo "Ja";
} else {
echo "Nein";
}
?>
Only output:
6143 (as from ini_get("error_rep
3 matches
Mail list logo