I have problem of showing Turkish characters in mail sent with Java code. The characters are shown as question marks (?) in mail.
Message msg = new MimeMessage(m
You can find the solution here:
http://www.serkankonakci.com/Project/wordpress/2009/02/04/java-mail-ile-mail-gonderme-ornegi/
even with this code, you can send with attachment or single mail in Turkish. And you can find other Turkish charset problem, just search there.