[PHP] Re: http webmail problems.

2004-03-24 Thread Tom Reed
thanks for the FYI on PEAR, installing now. I'd still be interested in understanding why the header data in my code didn't work. -tom Justin Patrin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tom Reed wrote: On some webmail programs, when I send them an email from php, they

[PHP] Re: http webmail problems.

2004-03-24 Thread Justin Patrin
Tom Reed wrote: thanks for the FYI on PEAR, installing now. I'd still be interested in understanding why the header data in my code didn't work. -tom Justin Patrin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tom Reed wrote: On some webmail programs, when I send them an email from

[PHP] Re: http webmail problems.

2004-03-23 Thread Justin Patrin
Tom Reed wrote: On some webmail programs, when I send them an email from php, they appear as being blank emails. Here's the code I am using: $headers .= From: \$WEBSITE_name\ $ADMIN_email\n; $headers .= X-Sender: $ADMIN_email\n; $headers .= X-Mailer: $WEBSITE_name Mailer\n; // mailer