Re: [PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-23 Thread David Bourne
From gohaku I stand corrected. Now I don't remember what I did to fix this. I waited 5 minutes between sending test emails to myself. Starting postfix with postfix enabler seemed to start sendmail as well. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-07 Thread gohaku
On Feb 7, 2004, at 12:20 AM, John Nichel wrote: Hi everyone, I am using OS X v10.3.2 and just discovered that I can't send mail using the mail() function. According to phpinfo(), PHP is configured with sendmail. Before upgrading to v10.3, I did not check if the mail() function worked in v10.2

Re: [PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-07 Thread Jason Wong
On Sunday 08 February 2004 05:53, gohaku wrote: Make sure the path to sendmail is correct in your php.ini. Ensure that sendmail is installed. Thank You. all I had to do was change one line in php.ini: From ; For Unix only. You may supply arguments as well (default: sendmail -t -i).

Re: [PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-07 Thread gohaku
On Feb 7, 2004, at 10:36 PM, Jason Wong wrote: So basically you haven't made any changes to php.ini at all. So whatever got your mail working was because of something else that you had done. I stand corrected. Now I don't remember what I did to fix this. I waited 5 minutes between sending test

[PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-06 Thread gohaku
Hi everyone, I am using OS X v10.3.2 and just discovered that I can't send mail using the mail() function. According to phpinfo(), PHP is configured with sendmail. Before upgrading to v10.3, I did not check if the mail() function worked in v10.2 The script I'm using does work on other servers.

Re: [PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-06 Thread Jason Wong
On Saturday 07 February 2004 11:39, gohaku wrote: I am using OS X v10.3.2 and just discovered that I can't send mail using the mail() function. According to phpinfo(), PHP is configured with sendmail. AFAIK phpinfo() does not tell you whether whether mail capabilities has been compiled in.

Re: [PHP] Cannot send mail after upgrading to OS X v10.3

2004-02-06 Thread John Nichel
gohaku wrote: Hi everyone, I am using OS X v10.3.2 and just discovered that I can't send mail using the mail() function. According to phpinfo(), PHP is configured with sendmail. Before upgrading to v10.3, I did not check if the mail() function worked in v10.2 The script I'm using does work on