Thread: BUG Report
View Single Post
  #2  
Old 07-09-2003, 06:47 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
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]).
Reply With Quote