> Yes, I have seen this. It has something to do with the use of
> Chr(10) and chr(13) in the email message. For some reason it
> hides the text when using Outlook Express.
Ah, good thinking.
The RFCs seem to imply(???) that you have to use CRLF (chr( 13) followed by chr( 10
)). CRLF is the standard DOS format and LF(?) is the standard Unix format. A good
mail program would be able to handle any combination (CRLF, CR, LF or even CRCRLF,
etc.). But, if it is being sent other than CRLF, the program creating the message may
be flawed.
-Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.