<?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, 10 May 2012 05:41:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Alain Spineux</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-110393</link>
		<dc:creator>Alain Spineux</dc:creator>
		<pubDate>Fri, 16 Sep 2011 16:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-110393</guid>
		<description>The mailer module don&#039;t handle internationalization and unicode strings.

The &lt;a href=&quot;http://www.magiksys.net/pyzmail&quot;&gt;pyzmail&lt;/a&gt; library include support for all 
internationalization, attachment, image embedding, SSL, TLS, authentication, but also know how to parse emails.

pyzmail also include a lot of samples and documentations

http://www.magiksys.net/pyzmail

Enjoy</description>
		<content:encoded><![CDATA[<p>The mailer module don&#8217;t handle internationalization and unicode strings.</p>
<p>The <a href="http://www.magiksys.net/pyzmail">pyzmail</a> library include support for all<br />
internationalization, attachment, image embedding, SSL, TLS, authentication, but also know how to parse emails.</p>
<p>pyzmail also include a lot of samples and documentations</p>
<p><a href="http://www.magiksys.net/pyzmail">http://www.magiksys.net/pyzmail</a></p>
<p>Enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuronex</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-105779</link>
		<dc:creator>Nuronex</dc:creator>
		<pubDate>Sat, 03 Sep 2011 15:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-105779</guid>
		<description>Very usefully module. Simpy and easy to modify.</description>
		<content:encoded><![CDATA[<p>Very usefully module. Simpy and easy to modify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-90032</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 13 Jul 2011 08:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-90032</guid>
		<description>Awesome module, makes life so much easier when emailing with Python. Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Awesome module, makes life so much easier when emailing with Python. Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bystroushaak</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-75942</link>
		<dc:creator>Bystroushaak</dc:creator>
		<pubDate>Sat, 21 May 2011 12:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-75942</guid>
		<description>Hey, pretty cool module. Here is simple wrapper for terminal use: &lt;a href=&quot;http://kitakitsune.org/textydw/tools/mailer&quot;&gt;http://kitakitsune.org/textydw/tools/mailer&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hey, pretty cool module. Here is simple wrapper for terminal use: <a href="http://kitakitsune.org/textydw/tools/mailer">http://kitakitsune.org/textydw/tools/mailer</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enn</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-51861</link>
		<dc:creator>Enn</dc:creator>
		<pubDate>Wed, 02 Feb 2011 07:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-51861</guid>
		<description>Thanks for this man, saved my day.</description>
		<content:encoded><![CDATA[<p>Thanks for this man, saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enviar e-mail con Python &#8211; codeplasticlesthack</title>
		<link>http://ginstrom.com/scribbles/2009/03/15/a-module-to-send-email-simply-in-python/comment-page-1/#comment-30436</link>
		<dc:creator>Enviar e-mail con Python &#8211; codeplasticlesthack</dc:creator>
		<pubDate>Thu, 14 Oct 2010 05:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://ginstrom.com/scribbles/?p=898#comment-30436</guid>
		<description>[...] de lo contrario, puede que el servidor al que enviemos el correo electrónico no lo acepte. En The Git&#8217;s Blog encontré una bonita clase que abstrae aun mas la manera de enviar correo, éste es el método que [...]</description>
		<content:encoded><![CDATA[<p>[...] de lo contrario, puede que el servidor al que enviemos el correo electrónico no lo acepte. En The Git&#8217;s Blog encontré una bonita clase que abstrae aun mas la manera de enviar correo, éste es el método que [...]</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-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>
</channel>
</rss>

