lastcar2000
Programmer
I want to send a mail with Chinese font by using AgoMailSend object.
After I send the mail and receive it in Outlook Express, it can only display English text but chinese can't. I am also trying to send mail in unicode format and still fail.
My Outlook express can display Chinese fonts and text.
I am using silverstream 3.5.3. Is that the problem of Silverstream version or Outlook express? Here is my sendmail coding(sorry,can't show my mail address):
AgoMailSend msg = new AgoMailSend();
msg.setFrom("William", "xx@xx.com"
msg.addToAddress("William", "xx@xx.com"
msg.setSubject("test display chinese font"
msg.setOrganization("Boss"
msg.addPlainTextPart("a·s ¤j ³U¡@ ¡]¨C½c 300 Ó¡^¦U©±çE ¥²¶· ©ó¨C¤Ñ¤U¤È¤@®É¤T¤Q¤À©Î¤§«e§â¦¹ªí®æ¶Ç¯u¨ì¼g¦r¼Ó¸É¦^©Ò»Ý¤§Âøª«¡Cz"
msg.submitMessage("128.100.6.2"
Thanks for help.
After I send the mail and receive it in Outlook Express, it can only display English text but chinese can't. I am also trying to send mail in unicode format and still fail.
My Outlook express can display Chinese fonts and text.
I am using silverstream 3.5.3. Is that the problem of Silverstream version or Outlook express? Here is my sendmail coding(sorry,can't show my mail address):
AgoMailSend msg = new AgoMailSend();
msg.setFrom("William", "xx@xx.com"
msg.addToAddress("William", "xx@xx.com"
msg.setSubject("test display chinese font"
msg.setOrganization("Boss"
msg.addPlainTextPart("a·s ¤j ³U¡@ ¡]¨C½c 300 Ó¡^¦U©±çE ¥²¶· ©ó¨C¤Ñ¤U¤È¤@®É¤T¤Q¤À©Î¤§«e§â¦¹ªí®æ¶Ç¯u¨ì¼g¦r¼Ó¸É¦^©Ò»Ý¤§Âøª«¡Cz"
msg.submitMessage("128.100.6.2"
Thanks for help.