Posted by woof on 11/18/15 11:41
Thank you Toby.
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?
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?
[Back to original message]
|