Re: 70 characters limit when sending mails
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: 70 characters limit when sending mails

From: woof <chap0209@yahoo.fr>
Date: Sat Mar 04 2006 - 14:23:35 CET

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?
Received on Mon May 1 02:27:20 2006