<?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: Non-painful email on Django development servers</title>
	<atom:link href="http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/</link>
	<description>I change the directions of small pieces of metal for a living.</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:16:17 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Derek</title>
		<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/comment-page-1/#comment-208</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=187#comment-208</guid>
		<description>Does this mean it will be part of the upcoming 1.2 release?  I am never quite sure if, when the documentation says &quot;development version&quot; that it means &quot;in the version to be released...&quot;?</description>
		<content:encoded><![CDATA[<p>Does this mean it will be part of the upcoming 1.2 release?  I am never quite sure if, when the documentation says &#8220;development version&#8221; that it means &#8220;in the version to be released&#8230;&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Boxer</title>
		<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/comment-page-1/#comment-131</link>
		<dc:creator>Jake Boxer</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=187#comment-131</guid>
		<description>Marco: Oh awesome, great find. That&#039;ll make this whole thing much easier, especially for unit testing.</description>
		<content:encoded><![CDATA[<p>Marco: Oh awesome, great find. That&#8217;ll make this whole thing much easier, especially for unit testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Rogers</title>
		<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/comment-page-1/#comment-130</link>
		<dc:creator>Marco Rogers</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=187#comment-130</guid>
		<description>Check this out.  Apparently the dev track of django has some some solutions for this.  Email Backends.

    http://docs.djangoproject.com/en/dev/topics/email/#e-mail-backends

So then you just put this in your settings.

    EMAIL_BACKEND = &#039;django.core.mail.backends.console.EmailBackend&#039;

And emails are printed to the terminal instead.</description>
		<content:encoded><![CDATA[<p>Check this out.  Apparently the dev track of django has some some solutions for this.  Email Backends.</p>
<p>    <a href="http://docs.djangoproject.com/en/dev/topics/email/#e-mail-backends" rel="nofollow">http://docs.djangoproject.com/en/dev/topics/email/#e-mail-backends</a></p>
<p>So then you just put this in your settings.</p>
<p>    EMAIL_BACKEND = &#8216;django.core.mail.backends.console.EmailBackend&#8217;</p>
<p>And emails are printed to the terminal instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Boxer</title>
		<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/comment-page-1/#comment-129</link>
		<dc:creator>Jake Boxer</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=187#comment-129</guid>
		<description>Marco: No problem, glad I could help. Stuff like this is old hat to Django veterans, but it&#039;s not easy for beginner or intermediate developers to stumble upon.</description>
		<content:encoded><![CDATA[<p>Marco: No problem, glad I could help. Stuff like this is old hat to Django veterans, but it&#8217;s not easy for beginner or intermediate developers to stumble upon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Rogers</title>
		<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/comment-page-1/#comment-128</link>
		<dc:creator>Marco Rogers</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=187#comment-128</guid>
		<description>Thanks a bunch.  This is exactly what I was looking for.  I agree that the django dev setup should come with some sort of solution for this.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch.  This is exactly what I was looking for.  I agree that the django dev setup should come with some sort of solution for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/comment-page-1/#comment-47</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://jboxer.com/?p=187#comment-47</guid>
		<description>This is terrific.  Thanks!</description>
		<content:encoded><![CDATA[<p>This is terrific.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
