Posted By:
Makesh_Rao
Posted On:
Friday, April 19, 2002 01:53 PM
Ivan
It works perfect for me. I copied the code that you sent above, and out in the code for creating a session, message and setting the addresses to it.
I had some trouble getting the content type of the message right when I first used JavaMail. doing a
message.saveChanges();
worked for me. Try doing the same.
Makesh