Re: [PHP] mail() and exim4

2008-08-19 Thread Jochem Maas
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

Re: [PHP] mail() and exim4

2008-08-19 Thread Per Jessen
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

[PHP] mail() and exim4

2008-08-19 Thread Chris Haensel
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