Posted By:
Christopher_Koenigsberg
Posted On:
Tuesday, November 19, 2002 01:42 PM
An ordinary line break char should do.
(depending on the underlying system this could be a linefeed for Unix, or a carriage return for Mac, or a pair of both for MS Windows)
Note that in transmission via SMTP, line breaks in the encoded transmission need to be pairs (carriage return + linefeed). But typically your message body will be encoded by some content-transfer-encoding to protect the internal linebreaks, so they may have no relation to the linebreaks sent in transmission.