<?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: Send Mail Through Gmail with Python</title>
	<atom:link href="http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/</link>
	<description>Helping you Learn Linux</description>
	<lastBuildDate>Sun, 14 Feb 2010 17:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zach Dwiel</title>
		<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/comment-page-1/#comment-883</link>
		<dc:creator>Zach Dwiel</dc:creator>
		<pubDate>Thu, 10 Sep 2009 03:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=946#comment-883</guid>
		<description>I had to do the following to get this code to work for me:

server = smtplib.SMTP(&#039;smtp.gmail.com:587&#039;)  
server.ehlo()
server.starttls()  
server.ehlo()
server.login(username,password)</description>
		<content:encoded><![CDATA[<p>I had to do the following to get this code to work for me:</p>
<p>server = smtplib.SMTP(&#8217;smtp.gmail.com:587&#8242;)<br />
server.ehlo()<br />
server.starttls()<br />
server.ehlo()<br />
server.login(username,password)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Silva</title>
		<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/comment-page-1/#comment-779</link>
		<dc:creator>Wilson Silva</dc:creator>
		<pubDate>Sun, 16 Aug 2009 03:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=946#comment-779</guid>
		<description>Thanks. I&#039;ve been searching for this code for a loooong time. Everytime I find something about sending emails with a programming language I get an error or the code is too complicated to understand and maintain. But you made my week :D</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ve been searching for this code for a loooong time. Everytime I find something about sending emails with a programming language I get an error or the code is too complicated to understand and maintain. But you made my week <img src='http://www.nixtutor.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tait Clarridge</title>
		<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/comment-page-1/#comment-684</link>
		<dc:creator>Tait Clarridge</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=946#comment-684</guid>
		<description>Great article, one thing to note though.

If you are using an IDE that adds your workspace directory to the Python PATH or a directory that is already included in the Python PATH, do not name the file email.py. It will screw up the email.py module from smtplib.</description>
		<content:encoded><![CDATA[<p>Great article, one thing to note though.</p>
<p>If you are using an IDE that adds your workspace directory to the Python PATH or a directory that is already included in the Python PATH, do not name the file email.py. It will screw up the email.py module from smtplib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sending Mail Through Gmail with Perl</title>
		<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/comment-page-1/#comment-555</link>
		<dc:creator>Sending Mail Through Gmail with Perl</dc:creator>
		<pubDate>Mon, 06 Jul 2009 15:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=946#comment-555</guid>
		<description>[...] talked about some of the benefits of setting up an email server in Linux and how you can use python to send email. Now we are going to look at how you can send email from [...]</description>
		<content:encoded><![CDATA[<p>[...] talked about some of the benefits of setting up an email server in Linux and how you can use python to send email. Now we are going to look at how you can send email from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Send Mail with Gmail and sSMTP</title>
		<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/comment-page-1/#comment-502</link>
		<dc:creator>Send Mail with Gmail and sSMTP</dc:creator>
		<pubDate>Wed, 01 Jul 2009 03:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=946#comment-502</guid>
		<description>[...] email through PHP, Python, Ruby, and [...]</description>
		<content:encoded><![CDATA[<p>[...] email through PHP, Python, Ruby, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://www.nixtutor.com/linux/send-mail-through-gmail-with-python/comment-page-1/#comment-495</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=946#comment-495</guid>
		<description>Python FTW!</description>
		<content:encoded><![CDATA[<p>Python FTW!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
