Posted By:
Anonymous
Posted On:
Wednesday, December 18, 2002 07:04 AM
Hi Vineet,
You need to specify UTF-8 encoding for both the Header and the Content of your emails.
There is a utility class (javax.mail.internet.MimeUtility
) in the JavaMail API that offers methods for encoding messages.
Have a look at the javadoc for this class. You can also find a good description of the MimeUtility class in the Chapter 10 of the JavaMail API Design Specification.
Cheers,
BenoƮt