Re: Send Textbody with Multiple Lines with JavaMail
Posted By:
Anonymous
Posted On:
Tuesday, May 29, 2001 06:29 AM
if you generating a new MimeMessage linke in the demos
you can set the Text with:
setText(java.lang.String text, java.lang.String charset)
so it is a String an all linefeeds ans returns
will be set also.
Or is there another problem?
alex