On Wed, 20 Mar 2002, Jennifer wrote:
> I'm new to PHP and i'm trying to set it up so that i can use the mail() 
> function to send emails. I'm using Mac OS X 10.1.3, PHP  4.1.2 and 
> Apache/1.3.20.
> 
> ... nothing seems to happen ei. the mail was not sent.

There's a problem with the default configuration of sendmail on OSX
10.1.3. Either chmod g-w / or uncomment your DontBlameSendmail line in 
/etc/mail/sendmail.cf and make it look like this:

O DontBlameSendmail=GroupWritableDirPathSafe

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to