<?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 mail from Python with SMTP</title>
	<atom:link href="http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/</link>
	<description>Eli Bendersky&#039;s personal website</description>
	<lastBuildDate>Wed, 19 Jun 2013 13:26:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Tony</title>
		<link>http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/comment-page-1/#comment-389275</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 20 Jan 2011 17:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/#comment-389275</guid>
		<description>Great module information by setting debuglevel to 1. I wasn&#039;t even aware that was available. Thanks.</description>
		<content:encoded><![CDATA[<p>Great module information by setting debuglevel to 1. I wasn&#8217;t even aware that was available. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Taraldsvik</title>
		<link>http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/comment-page-1/#comment-130461</link>
		<dc:creator>Mats Taraldsvik</dc:creator>
		<pubDate>Fri, 12 Sep 2008 11:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/#comment-130461</guid>
		<description>Yeah, this Python-module is brilliant!

I use it with filters in evolution :

 &quot;Mail from forum&quot;

with this script is piped to the python script (regex + sends a new mail) and the above mail is deleted. New mail :

 &quot;New post in &quot;

And hence solves forums with not-very-descriptive subject lines in their automatic e-mails.</description>
		<content:encoded><![CDATA[<p>Yeah, this Python-module is brilliant!</p>
<p>I use it with filters in evolution :</p>
<p> &#8220;Mail from forum&#8221;</p>
<p>with this script is piped to the python script (regex + sends a new mail) and the above mail is deleted. New mail :</p>
<p> &#8220;New post in &#8221;</p>
<p>And hence solves forums with not-very-descriptive subject lines in their automatic e-mails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/comment-page-1/#comment-130379</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Thu, 11 Sep 2008 13:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/#comment-130379</guid>
		<description>Fixed, thanks!</description>
		<content:encoded><![CDATA[<p>Fixed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/comment-page-1/#comment-130319</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 10 Sep 2008 21:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/09/10/sending-mail-from-python-with-smtp/#comment-130319</guid>
		<description>In the &#039;msg=&#039; line formatting screwed up the slashes</description>
		<content:encoded><![CDATA[<p>In the &#8216;msg=&#8217; line formatting screwed up the slashes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
