Re: [PHP-DB] Mail() Not working

2001-12-12 Thread Kevin J . Maynard
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))

Re: [PHP-DB] Mail() Not working

2001-12-12 Thread Kevin J . Maynard
the To: address go if not $email? I thought the proper syntax was: mail(Email_Address_of_Recipient, Title_of_Email, Body_of_Email, Headers); Kevin -Original Message- From: Kevin J. Maynard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:18 PM To: PHP List Subject