Re: How to send mail in all languages?
Posted By:
Siim_Karu
Posted On:
Monday, April 7, 2003 04:20 AM
Or if I use statement shown in previous question/answers:
msg.setContent(message,"text/html;charset="UTF-8"");
then question arises what objects are 'msg' and 'message'?
Is 'msg' MimeMessage and 'message' Multipart?