How to display html as text in email -
i'm trying output example html code in html email plain text, can't figure out how it. tried changing > >
, < <
. tried using <pre></pre>
tag doesn't seem work either. i've seen done before. idea how this? here's original code:
<a href="http://www.schedulicity.com/scheduling/default.aspx?business={!account_externalid}" title="online scheduling" target="_blank"><img src="http://www.schedulicity.com/business/images/schedulenow_lg.png" alt="schedule online now" border="0" /></a>
this source looks like:
this preview looks like:
this final sent email looks like:
add \r\n content-type: text/plain;
in headers, or change existing.
if want part of body not translated try putting <xmp></xmp>
Comments
Post a Comment