![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: 70 characters limit when sending mails
From: Toby Inkster <usenet200602@tobyinkster.co.uk>
Date: Sat Mar 04 2006 - 13:16:24 CET
woof wrote:
> Everything works fine. What I would like to know however is whether it
RFC 822 (Standard for the Format of ARPA Internet Text Messages) and its
| There are two limits that this standard places on the number of
In practice, it is *sometimes* safe to ignore this.
However, tf you want to allow long lines, there are smarter ways of doing
e.g.
$msgenc = base64encode($message);
-- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contactReceived on Mon May 1 02:27:18 2006 |