kinook |
07-09-2003 06:47 PM |
Currently, the message text of a Send Mail action is converted to ASCII encoding when sent, so non-ASCII characters will not be encoded correctly. We'll add to the request list to support producing a multi-part message, including a UTF-8 encoded version of the message so that email readers that support it can display such characters. As a workaround, you could include your message as a text file attachment (writing out first with a Write File action using UTF-8 encoding [65001]).
|