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 > &gt; , < &lt;. 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:

enter image description here

this preview looks like:

enter image description here

this final sent email looks like:

enter image description here

add \r\n content-type: text/plain; in headers, or change existing.

if want part of body not translated try putting <xmp></xmp>


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -