I am trying to create email notifications that use HTML formatting, but also allow plain text to be displayed.
I am using the Msg_Header: Content-Type: text/html; charset=us-ascii, which enables the HTML piece.
The problem is then overriding this to allow sections of the message to display plain text.
I found the following solution:
<td><textarea style="border:none; font-family:Calibri" rows="6" cols="100">$Change_Description</textarea></td>
This displays plain text in all browsers from an .htm file, but does not work with an actual email.
Any ideas on how to display the plain text within HTML would be AWESOME!
Cheers