If this causes a problem, as is reported here, you should call setMessageParseMode() to set parsing mode to "None" if you have access to the message instance, or you can set:
Code:
mail.message.defaultParseMode: None
In SC/SGWT 13.1, we've changed the default to "None" (no parsing), so you shouldn't need to do anything there to avoid the issue reported here. Users who are relying on header parsing to populate the "to" and "from" fields of the message in SC/SGWT 13.1+ can add
Code:
mail.message.defaultParseMode: Header
Leave a comment: