#1
|
|||
|
|||
BUG Report
Hello, every one.
I meet a terrible Bug! I defined a Action to send mail to me when my build job is finished, the mail boby contain some chinese characters. When I receive the mail, I found all the chinese characters can NOT display correctly! |
#2
|
|||
|
|||
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]).
|
|
|