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: Toby Inkster <usenet200603@tobyinkster.co.uk>
Date: Tue Mar 07 2006 - 00:27:09 CET

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
Received on Mon May 1 02:28:34 2006