[PHP-DB] Re: MAIL() help needed :-(

2004-08-09 Thread Manuel Lemos
Hello, On 08/09/2004 01:25 AM, Chris Payne wrote: I'm having a major problem. I'm trying to send a message FROM Windows XP Pro, now this is where it get weird - in some mail packages it WORKS, and in some it doesn't. Basically it's an HTML email which is sent when a form is completed, the results

[PHP-DB] Re: MAIL() help needed :-(

2004-08-09 Thread Guus der Kinderen
Chris, Instead of: > mail($to_email, $subject, '', $headers); Try this: > mail($to_email, $subject, $body_html, $headers); Get the $body_html out of $headers too. Regards, Guus der Kinderen Chris Payne wrote: Hi there everyone, I'm having a major problem. I'm trying to send a message F