Re: Why does JavaMail write an extra line in the Top and the Bottom of the Body of the mails?
Posted By:
piotr_kotlinski
Posted On:
Monday, August 20, 2001 05:30 AM
I think,you have to invoke method saveChanges() on message
object especially when you are using sendMessage() on transport
object.