Using the code below i can send an email written in non-english and although the subject appears correctly the body appears as gibberish. Any ideas? Thank you
Try:
msg.setContent(message, "text/plain; charset=UTF-8");
Edit Changed to text/plain.
text/plain