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
2 matches
Mail list logo