Content Types / Conditional Content |
The same concepts and procedures that apply to HTML messages apply to creating TEXT and AOL messages. Full formatting is available only in HTML messages.
In the following example, the e-mail string created by retrieving the E-mail parameter passed through the URL to append the E-mail Address as an argument to the end of a link.
http://click.client.com/1234567.345.0.0.http://www.client.com/dyn.jsp? [email protected]
In the HTML version, the message body hides the long URL within the formatting. However, in the TEXT version, it appears as it does above. Long URLs wrap to a second line in some text-only e-mail clients making it unclickable.
If you're using dynamic content only to personalize links, Mail Merge is a better solution.
<HTML> <b>Dear</b> <%=first%> <%=last%>: <br><br>
<a href="http://www.client.com/signup.jsp?E-mail=<%=e-mail%>"> Sign Up Page</a>
<a href="http://www.client.com/[email protected]"> Sign Up Page</a>