<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: HTML Email vs Plain Text Email.</title>
	<atom:link href="http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/</link>
	<description>Code, Rants, Raves, Reviews and Mutterings from the IT trenches.</description>
	<pubDate>Tue, 06 Jan 2009 23:47:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed Stafford</title>
		<link>http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/comment-page-1/#comment-804</link>
		<dc:creator>Ed Stafford</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/#comment-804</guid>
		<description>Andrea,
Thanks for your input. You make some good arguments especially with the mobile devices. "Elegantly-degrading methods"! - I am adding that to my wish list. Your right that, in the end, it should be up to the recipient of our messages to decide how they want to receive and read the email. In order to reach more devices and give readers more options, then I guess it's a no brainer.</description>
		<content:encoded><![CDATA[<p>Andrea,<br />
Thanks for your input. You make some good arguments especially with the mobile devices. &#8220;Elegantly-degrading methods&#8221;! - I am adding that to my wish list. Your right that, in the end, it should be up to the recipient of our messages to decide how they want to receive and read the email. In order to reach more devices and give readers more options, then I guess it&#8217;s a no brainer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Stafford</title>
		<link>http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/comment-page-1/#comment-803</link>
		<dc:creator>Ed Stafford</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/#comment-803</guid>
		<description>Subhankar,
Thanks for your feedback. Part of my frustration with sending email is that you can't control the how the message is rendered on the other end. I think plain text formats provide better support with fewer issues, but that could just as well be an easy way out. I think what you are describing is called Multi-part alternative. I think that adding the multi-part alternative headers and support to our lists is probably the best option. Good luck with your PHP mailer.</description>
		<content:encoded><![CDATA[<p>Subhankar,<br />
Thanks for your feedback. Part of my frustration with sending email is that you can&#8217;t control the how the message is rendered on the other end. I think plain text formats provide better support with fewer issues, but that could just as well be an easy way out. I think what you are describing is called Multi-part alternative. I think that adding the multi-part alternative headers and support to our lists is probably the best option. Good luck with your PHP mailer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/comment-page-1/#comment-801</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Wed, 02 Apr 2008 12:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/#comment-801</guid>
		<description>I think both types of mailings have value, since it gives users the options to choose their preference depending on whether or not their more visually oriented vs. text oriented in their reading.  Not to mention that, depending on what email options you have -- web-based company email vs. the option to use a mail client vs. reading email on a mobile device -- it's nice to be able to pick and choose what works for you.

I'm more likely to subscribe to an email list or email updates if I have the option to switch to plain text, mostly because so many HTML mailings are coded really poorly even for a mail client, and I can't usually see that until I receive the first one.  I also tend to read email on my Blackberry a good deal, and fishing through the unrendered code for the text of the message it thoroughly unfun.  If only mailers used elegantly-degrading methods...</description>
		<content:encoded><![CDATA[<p>I think both types of mailings have value, since it gives users the options to choose their preference depending on whether or not their more visually oriented vs. text oriented in their reading.  Not to mention that, depending on what email options you have &#8212; web-based company email vs. the option to use a mail client vs. reading email on a mobile device &#8212; it&#8217;s nice to be able to pick and choose what works for you.</p>
<p>I&#8217;m more likely to subscribe to an email list or email updates if I have the option to switch to plain text, mostly because so many HTML mailings are coded really poorly even for a mail client, and I can&#8217;t usually see that until I receive the first one.  I also tend to read email on my Blackberry a good deal, and fishing through the unrendered code for the text of the message it thoroughly unfun.  If only mailers used elegantly-degrading methods&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhankar Ray</title>
		<link>http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/comment-page-1/#comment-799</link>
		<dc:creator>Subhankar Ray</dc:creator>
		<pubDate>Wed, 02 Apr 2008 00:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/#comment-799</guid>
		<description>It happened to be the same issue bothering me a lot recently. My php mailer does mess up my text email [at least my test shows] extra lines, wrong line breaks. They do not look pretty at all. Today I got an email from Google, look very much like a text message, however, looking in to the source shows it is a html email with bare minimum tags for better formatting. In the worst case, html email must show the text part [if I understand it right]. Hence, I am going to use html email very soon. For the problem of deliverability, I added domain key and SPF.</description>
		<content:encoded><![CDATA[<p>It happened to be the same issue bothering me a lot recently. My php mailer does mess up my text email [at least my test shows] extra lines, wrong line breaks. They do not look pretty at all. Today I got an email from Google, look very much like a text message, however, looking in to the source shows it is a html email with bare minimum tags for better formatting. In the worst case, html email must show the text part [if I understand it right]. Hence, I am going to use html email very soon. For the problem of deliverability, I added domain key and SPF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/comment-page-1/#comment-778</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 14 Mar 2008 21:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.edwardstafford.com/blog/2008/03/14/html-email-vs-plain-text-email/#comment-778</guid>
		<description>While I personally prefer text email, I think that HTML email definitely has a place when you're doing broadcast mailings - but only if you're doing it through a service like MyEmma.  The cost is more than worth it, you get to put out beautiful emails that won't be triggered by spam filters.</description>
		<content:encoded><![CDATA[<p>While I personally prefer text email, I think that HTML email definitely has a place when you&#8217;re doing broadcast mailings - but only if you&#8217;re doing it through a service like MyEmma.  The cost is more than worth it, you get to put out beautiful emails that won&#8217;t be triggered by spam filters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
