<?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: How to Send Email with Python</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Re Lima</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-22926</link>
		<dc:creator>Re Lima</dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-22926</guid>
		<description>He is thinking about creating a program that does not require an external smtp server to relay the messages, but that handles relaying directly. I would be very interest in learning how to do the mx querying for this purpose.</description>
		<content:encoded><![CDATA[<p>He is thinking about creating a program that does not require an external smtp server to relay the messages, but that handles relaying directly. I would be very interest in learning how to do the mx querying for this purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbt</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-21282</link>
		<dc:creator>mbt</dc:creator>
		<pubDate>Sun, 13 Jun 2010 06:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-21282</guid>
		<description>I love travelling so much that I often surfing on many journey  forum to learn knowledge about trip, and I think this forum is the best, from where I got the newest information about journey. Here I want recommend some excellent websites http://www.mbt-outlet-store.com/mbt-men-shoes.html, There are many good products help you make a good journey.</description>
		<content:encoded><![CDATA[<p>I love travelling so much that I often surfing on many journey  forum to learn knowledge about trip, and I think this forum is the best, from where I got the newest information about journey. Here I want recommend some excellent websites <a href="http://www.mbt-outlet-store.com/mbt-men-shoes.html" rel="nofollow">http://www.mbt-outlet-store.com/mbt-men-shoes.html</a>, There are many good products help you make a good journey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20838</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 28 May 2010 19:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20838</guid>
		<description>I noticed that the Email message received does not have a subject while being displayed. Is there anyway to have subject line displayed? (so far subject is just in the same message body).</description>
		<content:encoded><![CDATA[<p>I noticed that the Email message received does not have a subject while being displayed. Is there anyway to have subject line displayed? (so far subject is just in the same message body).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driscollis</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20794</link>
		<dc:creator>driscollis</dc:creator>
		<pubDate>Tue, 18 May 2010 22:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20794</guid>
		<description>I know about MX records as well, but I&#039;m not sure why you&#039;d need to mess with those if all the smtplib wants is the host address, like &lt;a href=&quot;http://mail.mydomain.com&quot; rel=&quot;nofollow&quot;&gt;mail.mydomain.com&lt;/a&gt;. I&#039;ve never had to provide MX record info to Thunderbird or Outlook either. Could you explain some more about what you mean? I don&#039;t mind updating the article or writing a second one with additional information if I think it&#039;s valuable.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;- Mike</description>
		<content:encoded><![CDATA[<p>I know about MX records as well, but I&#39;m not sure why you&#39;d need to mess with those if all the smtplib wants is the host address, like <a href="http://mail.mydomain.com" rel="nofollow">mail.mydomain.com</a>. I&#39;ve never had to provide MX record info to Thunderbird or Outlook either. Could you explain some more about what you mean? I don&#39;t mind updating the article or writing a second one with additional information if I think it&#39;s valuable.</p>
<p>Thanks,</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim D</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20793</link>
		<dc:creator>Jim D</dc:creator>
		<pubDate>Tue, 18 May 2010 20:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20793</guid>
		<description>I&#039;m disappointed that this article, as with the docs at &lt;a href=&quot;http://python.org&quot; rel=&quot;nofollow&quot;&gt;python.org&lt;/a&gt;, completely glosses over the need to do a DNS lookup for the MX records in order to find the HOST to which to make these SMTP connections.&lt;br&gt;&lt;br&gt;As a long time sysadmin I know about MX records, now to look them up using &#039;dig&#039; or even using the Python DNS module.  However, many readers here won&#039;t.  (Also there doesn&#039;t seem to be an easy way to do so from the Python standard libraries, one must either some some low level socket work, install the third party DNS module, or shell out (subprocess.Popen) and read the results back from some external tool such as &#039;dig&#039; (and parse them, of course).</description>
		<content:encoded><![CDATA[<p>I&#39;m disappointed that this article, as with the docs at <a href="http://python.org" rel="nofollow">python.org</a>, completely glosses over the need to do a DNS lookup for the MX records in order to find the HOST to which to make these SMTP connections.</p>
<p>As a long time sysadmin I know about MX records, now to look them up using &#39;dig&#39; or even using the Python DNS module.  However, many readers here won&#39;t.  (Also there doesn&#39;t seem to be an easy way to do so from the Python standard libraries, one must either some some low level socket work, install the third party DNS module, or shell out (subprocess.Popen) and read the results back from some external tool such as &#39;dig&#39; (and parse them, of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driscollis</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20777</link>
		<dc:creator>driscollis</dc:creator>
		<pubDate>Sun, 16 May 2010 00:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20777</guid>
		<description>Thanks for the link.&lt;br&gt;&lt;br&gt;- Mike</description>
		<content:encoded><![CDATA[<p>Thanks for the link.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driscollis</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20776</link>
		<dc:creator>driscollis</dc:creator>
		<pubDate>Sun, 16 May 2010 00:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20776</guid>
		<description>Thanks for the hints. That could prove handy.&lt;br&gt;&lt;br&gt;- Mike</description>
		<content:encoded><![CDATA[<p>Thanks for the hints. That could prove handy.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: speno</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20769</link>
		<dc:creator>speno</dc:creator>
		<pubDate>Sat, 15 May 2010 03:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20769</guid>
		<description>email = MIMEText(mesg)&lt;br&gt;    email[&#039;To&#039;] = to&lt;br&gt;    email[&#039;Subject&#039;] = subject&lt;br&gt;    mail_args = [SENDMAIL, &#039;-t&#039;, &#039;-f&#039;, ENV_SENDER]&lt;br&gt;    mail = subprocess.Popen(mail_args, stdin=subprocess.PIPE)&lt;br&gt;    print &gt;&gt;mail.stdin, email&lt;br&gt;    mail.stdin.close()</description>
		<content:encoded><![CDATA[<p>email = MIMEText(mesg)<br />    email[&#39;To&#39;] = to<br />    email[&#39;Subject&#39;] = subject<br />    mail_args = [SENDMAIL, &#39;-t&#39;, &#39;-f&#39;, ENV_SENDER]<br />    mail = subprocess.Popen(mail_args, stdin=subprocess.PIPE)<br />    print &gt;&gt;mail.stdin, email<br />    mail.stdin.close()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mtobis</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20767</link>
		<dc:creator>mtobis</dc:creator>
		<pubDate>Fri, 14 May 2010 21:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20767</guid>
		<description>Thanks! I&#039;ve been looking for a clear explanation of how to do this for a while.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#39;ve been looking for a clear explanation of how to do this for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/14/how-to-send-email-with-python/comment-page-1/#comment-20766</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Fri, 14 May 2010 20:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=865#comment-20766</guid>
		<description>If you want to include non-ASCII characters in your emails, you&#039;ll need to jump through a few more hoops: &lt;a href=&quot;http://mg.pov.lt/blog/unicode-emails-in-python.html&quot; rel=&quot;nofollow&quot;&gt;http://mg.pov.lt/blog/unicode-emails-in-python....&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If you want to include non-ASCII characters in your emails, you&#39;ll need to jump through a few more hoops: <a href="http://mg.pov.lt/blog/unicode-emails-in-python.html" rel="nofollow">http://mg.pov.lt/blog/unicode-emails-in-python&#8230;.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.386 seconds -->

