Re: [PHP] HTML email enconding

2003-11-24 Thread Nathan Taylor
ECTED] Sent: Monday, November 24, 2003 5:19 AM Subject: Re: [PHP] HTML email enconding On Mon, Nov 24, 2003 at 03:33:57PM +0530, Binay wrote: : : So does it mean that if i don't encode the message then no need of : specifying the Content-Transfer-Encoding?? : And almost all m

Re: [PHP] HTML email enconding

2003-11-24 Thread Eugene Lee
On Mon, Nov 24, 2003 at 03:33:57PM +0530, Binay wrote: : : So does it mean that if i don't encode the message then no need of : specifying the Content-Transfer-Encoding?? : And almost all mail client will interpret it correctly?? No. If your HTML message is guaranteed to be in the ISO-8859-1 ran

Re: [PHP] HTML email enconding

2003-11-24 Thread Binay
CTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 24, 2003 3:02 PM Subject: Re: [PHP] HTML email enconding > On Mon, Nov 24, 2003 at 02:56:25PM +0530, Binay wrote: > : > : Is it necessary to encode the message using base64 or quoted-printable > : format while sending the HTML em

Re: [PHP] HTML email enconding

2003-11-24 Thread Eugene Lee
On Mon, Nov 24, 2003 at 02:56:25PM +0530, Binay wrote: : : Is it necessary to encode the message using base64 or quoted-printable : format while sending the HTML email. Not always. Sometimes you can get away with only: Content-Type: text/html; charset="ISO-8859-1" Content-Transf