On Wednesday, December 12, 2001, at 01:14 AM, Cristian Pozzer wrote:
>> my php.ini file has the following line in it: >> SMTP = mail.attbi.com >> >> my php script is as follows: >> <? >> $email = "to_email"; >> $from = "from_email"; >> $mesg = "This is a test email. \r\n"; >> >> if (mail($email, "Test", $mesg, $from)) >> echo "Mail Sent!"; >> else >> echo "Mail could not be sent..."; >> ?> > > > I have the same problem! > Snip... > Do you have this problem on a OSX Server right? OS X.1, I can't imagine there's much difference. Kevin -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]