Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
Operating System: other
Platform: Other
-
36856
Description
when i try the example :
Email email=new SimpleEmail();
email.setHostName("129.1.1.129");
email.setAuthentication("admin","1");
email.addTo("wangjianquan@eastsoft.com.cn", "wjq");
email.setFrom("admin@wjq.com", "Me");
email.setCharset("gb2312");
email.setSubject("²âÊÔ¼òµ¥Óʼþ");
email.setMsg("ÕâÊDzâÊÔ¼òµ¥Óʼþ");
email.send();
the received mail content like "????????????" ,when change Email.TEXT_PLAIN
= "text/plain" to TEXT_PLAIN = "text/plain;charset=gb2312" , all are right
Attachments
Attachments
Issue Links
- is related to
-
EMAIL-54 [email] Add new class Charset
- Closed