[PHP-DB] Re: Html email

2001-10-24 Thread Jason Wood
Hello- I've always had this type of mail statement work for me: mail($to, $Subject, $Body, From: $From\r\nContent-Type: text/html; charset=iso-8859-1); My guess is that Outlook doesnt know what to do with the header you're sending it (maybe too much info for outlook??)... Other than

Re: [PHP-DB] Re: Html email

2001-10-24 Thread Richard S. Crawford
Chances are that Outlook is just looking for some Outlook-only headers. I wound up using the MIME::Lite Perl module when creating a program to send HTML-enabled e-mail. How about a vote: who else thinks that HTML e-mail just plain sucks? At 08:56 AM 10/24/2001, Jason Wood wrote: My guess is

Re: [PHP-DB] Re: Html email

2001-10-24 Thread Andrey Hristov
H, try not to set your encoding to base64. I think that Outlooks works find and decodes the base64 stream but this stream is a normal text, so with this in header you make obfuscating. You pass fox jumps over a lazy dog and Outlook thinks that is base64, so it decodes to blablaba