Posted by Toby Inkster on 03/07/06 01:27
woof wrote:
> I understand that encoding the message would enable me to send the
> message without having to worry about the recommended 70-characters per
> line limit, right?
Yep.
> However, if I write
> $msgenc = base64encode($message);
> the email received is encoded (in other terms not decoded by Outlook
> Express on my PC).
> Is adding
> Content-Transfer-Encoding: base64
> sufficient?
You'll also want "Content-Type:text/plain" and "MIME-Version:1.0" headers.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|