Find and share HowTos to various installations / configurations!
7 posts • Page 1 of 1
7 posts
• Page 1 of 1
AGorbatykh
Posts:59
Joined: Thu Dec 17, 2015 1:01 pm
How to send muli-language e-mail?
Postby AGorbatykh »
I want to send some e-mail by "C:\\Siemens\\Automation\\WinCC_OA\\3.14\\bin\\sendEmail.exe" utility. It works but doesn't support other languages as like russian. How can I solve that problem?
P.S: I've install smpt-server and it can send multi-language messages. I've create button with code on Click:
system("CMD /c start C:\\\\Siemens\\\\Automation\\\\WinCC_OA\\\\3.14\\\\bin\\\\sendEmail.exe -f sever@ya.ru -t email@ya.ru -u Title -m Some text of message");
But if I use something like "... -m ??????? ?????" it doesn't works right.
I had the same problem with @Alexander Gorbatykh but with Greek Characters.
I solve it using -o message-charset=utf-8 option without using utf-8 but the current font of my script editor(for example: courier new).