Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


micronas.com
2008-06-18T17:30:02Z
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
Sponsor
Forum information
Support
2008-06-18T17:42:14Z
Hi Jürgen,

I don't think the problem is the sending from VisualCron. The problem is rather the reading because that variable does not use UTF8 when reading. Try using the File read task instead and use the output of that Task in the mail. Keep UTF8 in both the File read and Email Task.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
micronas.com
2008-06-19T08:54:03Z
Hi Hendrik,

thanks for your fast answer.
Your solution worked, but we had to chance the codepage for vb script to ibm850 and for cmd scripts to windows 1252 in both tasks (execute and file read) and all worked fine.

Greetings,
Jürgen
Scroll to Top