I need help with sending email.
I can hear 127.0.0.1 doing something (I assume it sends email because there are no 
bounces).

I have the following in my php.ini file:

sendmail_from = [EMAIL PROTECTED]
sendmail_path = /usr/sbin/sendmail -t -i


The PHP is:
mail( $to, $subj, $Message );

I am sure all the variables are valid.




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

Reply via email to