Hi Isomorphic,
I'm using a current 4.1p (v9.1p_2014-09-14) on a Windows 8 machine with Tomcat 7 during development and a CentOS 6 machine with Tomcat 7 in test.
I have a mail sent like the following:
The mail is sent as expected from my Win 8 machine.
The same war deployed in CentOS sends mails that have a "?" instead of the umlauts in the mail-subject (works fine in both cases for velocity-expressions returning umlauts in the mail-templateFile).
It is pretty obvious that this is not related directly to SmartGWT, but perhaps you (or an other user) have an idea for the cause of this.
The file is UTF-8 without BOM, as all my ds.xml files.
Best regards,
Blama
I'm using a current 4.1p (v9.1p_2014-09-14) on a Windows 8 machine with Tomcat 7 during development and a CentOS 6 machine with Tomcat 7 in test.
I have a mail sent like the following:
Code:
<operationBinding operationType="fetch" operationId="..." serverMethod="..."> <mail contentType="text/html"> <from>$customerSettings.customerMailFrom</from> <to>$RECEIPENTLIST</to> <bcc>$customerSettings.customerMailBCC</bcc> [B]<subject>text with üöä umlauts</subject>[/B] <templateFile>mails/mymail.html</templateFile> </mail> </operationBinding>
The same war deployed in CentOS sends mails that have a "?" instead of the umlauts in the mail-subject (works fine in both cases for velocity-expressions returning umlauts in the mail-templateFile).
It is pretty obvious that this is not related directly to SmartGWT, but perhaps you (or an other user) have an idea for the cause of this.
The file is UTF-8 without BOM, as all my ds.xml files.
Best regards,
Blama
Comment