Click to See Complete Forum and Search --> : send formatted text by mail


iryan
06-05-2009, 06:33 AM
Hi all,

I am using java mail to send mails from the application. It works fine if the text is plain. But if the text is formatted, for example Hello, user is receiving <b>Hello </b> (as it is saved in the database).

How to send formatted text by mail?

Thanks in advance.

chazzy
06-05-2009, 07:18 PM
did you set the content type of the email?