One limitation of the new text editor; variables are only supported in the HTML version, not is the text one.
So let's say you want to use a variable for the title of the email:
<p style="font-weight: bold; font-size:16px;">${EmailTitle}</p>
This paragraph would just not show up in the text version, meaning that the title you have set in the variable will not shown up in the text version.
-Greg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.