Hi,
I had problems encoding in Mail.java on subject and
text.
I changed like this :
message.addHeader("Content-Transfer-Encoding", "UTF-8");
| message.setSubject(subject, "UTF-8");
| message.setText(text, "UTF-8");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097004#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...