<?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: Sending HTML Email From Python</title>
	<atom:link href="http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html</link>
	<description>Diary Of An Underworked Programmer</description>
	<pubDate>Thu, 18 Mar 2010 16:54:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html/comment-page-1#comment-282</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecoursen.com/?p=119#comment-282</guid>
		<description>That activestate recipe looks very much like I remember having found originally when looking for such code.</description>
		<content:encoded><![CDATA[<p>That activestate recipe looks very much like I remember having found originally when looking for such code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AGeorge</title>
		<link>http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html/comment-page-1#comment-283</link>
		<dc:creator>AGeorge</dc:creator>
		<pubDate>Tue, 16 Jun 2009 14:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecoursen.com/?p=119#comment-283</guid>
		<description>Here is a very similar piece of code which might be the original you were looking for:

http://code.activestate.com/recipes/67083/</description>
		<content:encoded><![CDATA[<p>Here is a very similar piece of code which might be the original you were looking for:</p>
<p><a href="http://code.activestate.com/recipes/67083/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/code.activestate.com/recipes/67083/?referer=');">http://code.activestate.com/recipes/67083/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html/comment-page-1#comment-281</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Oct 2008 19:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecoursen.com/?p=119#comment-281</guid>
		<description>Upon looking at the cgiutils file, it does in fact look similar.  I know I'm not the original author of that code, what I put in the blog entry was a clear cut and paste from somewhere else on the net.  The original author probably was influenced by your module.</description>
		<content:encoded><![CDATA[<p>Upon looking at the cgiutils file, it does in fact look similar.  I know I&#8217;m not the original author of that code, what I put in the blog entry was a clear cut and paste from somewhere else on the net.  The original author probably was influenced by your module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Foord</title>
		<link>http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html/comment-page-1#comment-280</link>
		<dc:creator>Michael Foord</dc:creator>
		<pubDate>Sat, 25 Oct 2008 18:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecoursen.com/?p=119#comment-280</guid>
		<description>I mean Python Cookbook, not IronPython of course. Force of habit. :-)</description>
		<content:encoded><![CDATA[<p>I mean Python Cookbook, not IronPython of course. Force of habit. <img src='http://www.stevecoursen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Foord</title>
		<link>http://www.stevecoursen.com/2008/10/sending-html-email-from-python.html/comment-page-1#comment-279</link>
		<dc:creator>Michael Foord</dc:creator>
		<pubDate>Sat, 25 Oct 2008 18:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevecoursen.com/?p=119#comment-279</guid>
		<description>Looks remarkably like (but not identical to) the 'createhtmlemail' function from my cgiutils module [1]. I actually adapted this from an IronPython cookbook recipe in the first place - so maybe it came from there.

Michael


[1] https://svn.pythonutils.python-hosting.com/trunk/pythonutils/cgiutils.py</description>
		<content:encoded><![CDATA[<p>Looks remarkably like (but not identical to) the &#8216;createhtmlemail&#8217; function from my cgiutils module [1]. I actually adapted this from an IronPython cookbook recipe in the first place - so maybe it came from there.</p>
<p>Michael</p>
<p>[1] <a href="https://svn.pythonutils.python-hosting.com/trunk/pythonutils/cgiutils.py" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/svn.pythonutils.python-hosting.com/trunk/pythonutils/cgiutils.py?referer=');">https://svn.pythonutils.python-hosting.com/trunk/pythonutils/cgiutils.py</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
