Posted By:
pratik_shah
Posted On:
Tuesday, July 15, 2003 07:05 AM
Did you set up datahandler to text/html?
MimeBodyPart mbp4 = new MimeBodyPart();
mbp4.setDataHandler(new DataHandler(htmlText, "text/html"));
//where htmlText is your message string with htmlTags in it
Might be it will solve your problem
Pratik