Hi,
we have a problem with the mailing task. We use the mailing to send log files from our scripts that run in VC. The logs codepage is Unicode (UTF-16).
If we send the mails, we only recieve ISO 8859-1. Changing the codepage in mailingtasks encoding will have no effect on output from mail. The problem is, that we have characters in our logs which are not correct encoded in the mails like "äöüß" called "Umlaute". These characters are cut off the mail text. This problem is not a mail client problem, i made a network sniff to find that out, the mails are send via smtp and the "Umlaute" are cut off already if mail is send from VC.
We use textmails like "{FILE(Content,c:\log.txt)}" in the "Text-Tab".
Is there any way, to send mails in UTF-16?
Greetings,
Jürgen