<?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: A module to send email simply in Python</title>
	<atom:link href="http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/</link>
	<description>Random scribbling about programming, translation, and Japan</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:27:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ryan Ginstrom</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-24736</link>
		<dc:creator>Ryan Ginstrom</dc:creator>
		<pubDate>Thu, 19 Aug 2010 23:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-24736</guid>
		<description>@Tim

The &lt;a href=&quot;http://bitbucket.org/ginstrom/mailer/overview&quot;&gt;latest source at Bitbucket&lt;/a&gt; supports both CC and BCC.</description>
		<content:encoded><![CDATA[<p>@Tim</p>
<p>The <a href="http://bitbucket.org/ginstrom/mailer/overview">latest source at Bitbucket</a> supports both CC and BCC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-24731</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 19 Aug 2010 22:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-24731</guid>
		<description>Including CC and BBC code would be nice.</description>
		<content:encoded><![CDATA[<p>Including CC and BBC code would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thor</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-19858</link>
		<dc:creator>thor</dc:creator>
		<pubDate>Thu, 03 Jun 2010 21:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-19858</guid>
		<description>how about error handling?
how do I do one thing if it sent successfull and do something else if it fails, and my plan is to create a logfile, how do I apped the smtp errors in there?</description>
		<content:encoded><![CDATA[<p>how about error handling?<br />
how do I do one thing if it sent successfull and do something else if it fails, and my plan is to create a logfile, how do I apped the smtp errors in there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ginstrom</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-18514</link>
		<dc:creator>Ryan Ginstrom</dc:creator>
		<pubDate>Mon, 17 May 2010 05:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-18514</guid>
		<description>I&#039;ve created a &lt;a href=&quot;http://bitbucket.org/ginstrom/mailer/&quot;&gt;public repository for mailer&lt;/a&gt; on bitbucket. I&#039;m planning to incorporate the patches I&#039;ve received shortly.

If you&#039;d like write access to the repo, please let me know your bitbucket account name, and I&#039;ll add you.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a <a href="http://bitbucket.org/ginstrom/mailer/">public repository for mailer</a> on bitbucket. I&#8217;m planning to incorporate the patches I&#8217;ve received shortly.</p>
<p>If you&#8217;d like write access to the repo, please let me know your bitbucket account name, and I&#8217;ll add you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Torromeo</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-18387</link>
		<dc:creator>Massimiliano Torromeo</dc:creator>
		<pubDate>Fri, 14 May 2010 12:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-18387</guid>
		<description>Hi,
I tried today to use your mailer class and it works fine, except for the Date field that is missing in the delivered emails and as far as I can see there is not property to set that allows me to explicitly define it.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried today to use your mailer class and it works fine, except for the Date field that is missing in the delivered emails and as far as I can see there is not property to set that allows me to explicitly define it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thetruthbot</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-16577</link>
		<dc:creator>thetruthbot</dc:creator>
		<pubDate>Thu, 25 Mar 2010 02:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-16577</guid>
		<description>hello ryan, i followed the steps to get the module up and running and still running into problems. I keep gettin an AttributeError: &#039;module&#039; object has no attribute &#039;Message&#039;. What does that mean? I am a noob at this.</description>
		<content:encoded><![CDATA[<p>hello ryan, i followed the steps to get the module up and running and still running into problems. I keep gettin an AttributeError: &#8216;module&#8217; object has no attribute &#8216;Message&#8217;. What does that mean? I am a noob at this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ginstrom</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-16345</link>
		<dc:creator>Ryan Ginstrom</dc:creator>
		<pubDate>Thu, 18 Mar 2010 00:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-16345</guid>
		<description>@ Inte

I&#039;ve been a bit behind on incorporating the BCC support, as well as a patch that a user sent me to send email via gmail. What I ought to do is put the code on bitbucket or something similar.</description>
		<content:encoded><![CDATA[<p>@ Inte</p>
<p>I&#8217;ve been a bit behind on incorporating the BCC support, as well as a patch that a user sent me to send email via gmail. What I ought to do is put the code on bitbucket or something similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inte</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-16247</link>
		<dc:creator>Inte</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-16247</guid>
		<description>Great module!
On October 7th, 2009 at 11:37 am you replied to Obi-sama that you&#039;d include support for CC and BCC in the next version.
When might that be?</description>
		<content:encoded><![CDATA[<p>Great module!<br />
On October 7th, 2009 at 11:37 am you replied to Obi-sama that you&#8217;d include support for CC and BCC in the next version.<br />
When might that be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ginstrom</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-15221</link>
		<dc:creator>Ryan Ginstrom</dc:creator>
		<pubDate>Thu, 18 Feb 2010 04:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-15221</guid>
		<description>@Pierre

Please download the &lt;a href=&quot;http://pypi.python.org/pypi/mailer/0.5&quot;&gt;latest version from pypi&lt;/a&gt;. It will let you send an attachment with an HTML email.</description>
		<content:encoded><![CDATA[<p>@Pierre</p>
<p>Please download the <a href="http://pypi.python.org/pypi/mailer/0.5">latest version from pypi</a>. It will let you send an attachment with an HTML email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Morel</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-15211</link>
		<dc:creator>Pierre Morel</dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-15211</guid>
		<description>Hi,
This mailer is extremely useful ...
How can I send an HTML email WITH a file attachment?
Thanks in davnce for your help.
Pierre</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This mailer is extremely useful &#8230;<br />
How can I send an HTML email WITH a file attachment?<br />
Thanks in davnce for your help.<br />
Pierre</p>
]]></content:encoded>
	</item>
</channel>
</rss>
