How do I set the character set (charset) for a content type?
Created May 8, 2012
Rahul kumar Gupta You can set the content type of your message like:
msg.setContent(message,"text/html;charset="UTF-8"");
msg.setContent(message,"text/html;charset="UTF-8"");