setBodyAsText() Demo

Here is a quick demo of the setBodyAsText() method. For more information, see my blog.

What it Looks Like in a Plain Text Email Client Before setBodyAsText()
				<p>
					The email address ##address.getAddress()## has been registered with us.  
					Please use the following link to confirm that this is an authentic 
					email address and that you wish to communicate with us via it.
				</p>
				<p>
					##getEmailConfirmationRoute()####code##
				</p>
				<p>
					NOTE: Most email clients (e.g. Outlook, Outlook Express, Gmail, Yahoo, 
					Hotmail, etc) automatically convert URLs to clickable links.  If the 
					link above is not clickable, please copy/paste it into your browser's 
					address bar.
				</p>
				<p>
					To prove a point, here is some <strong>bold text</strong>, and some 
					<em>italicized text</em>.
				</p>
				<hr />
				<p>
					Please *do not* reply to this email.  It has been sent from an 
					unmonitored account and will not receive a response.
				</p>
		
What it Looks Like in a Plain Text Email Client After setBodyAsText()

The email address ##address.getAddress()## has been registered with us.  
Please use the following link to confirm that this is an authentic 
email address and that you wish to communicate with us via it.

##getEmailConfirmationRoute()####code##

NOTE: Most email clients (e.g. Outlook, Outlook Express, Gmail, Yahoo, 
Hotmail, etc) automatically convert URLs to clickable links.  If the 
link above is not clickable, please copy/paste it into your browser's 
address bar.

To prove a point, here is some bold text, and some 
italicized text.

======================================================================

Please *do not* reply to this email.  It has been sent from an 
unmonitored account and will not receive a response.