<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Accept Incoming Emails into a Heroku App Using SendGrid</title>
	<atom:link href="http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/</link>
	<description>Adventures in Startups, Ruby on Rails, and Ecommerce</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:20:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: sandeep arneja</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-117</link>
		<dc:creator><![CDATA[sandeep arneja]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-117</guid>
		<description><![CDATA[here is the send grid documentation to parse incoming email: http://docs.sendgrid.com/documentation/api/parse-api-2/]]></description>
		<content:encoded><![CDATA[<p>here is the send grid documentation to parse incoming email: <a href="http://docs.sendgrid.com/documentation/api/parse-api-2/" rel="nofollow">http://docs.sendgrid.com/documentation/api/parse-api-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-116</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 16:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-116</guid>
		<description><![CDATA[I had it in there to clean up the format a bit when storing in the db, that&#039;s it.]]></description>
		<content:encoded><![CDATA[<p>I had it in there to clean up the format a bit when storing in the db, that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubynewbie</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-115</link>
		<dc:creator><![CDATA[rubynewbie]]></dc:creator>
		<pubDate>Sun, 11 Dec 2011 14:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-115</guid>
		<description><![CDATA[What&#039;s the purpose of clean_field?  I started getting errors from it so I took it out.  I see that it&#039;s replacing a new line with a space, do databases have a hard time storing new lines?]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s the purpose of clean_field?  I started getting errors from it so I took it out.  I see that it&#8217;s replacing a new line with a space, do databases have a hard time storing new lines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-110</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-110</guid>
		<description><![CDATA[Thanks Steve, appreciate the response.]]></description>
		<content:encoded><![CDATA[<p>Thanks Steve, appreciate the response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Smith</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-109</link>
		<dc:creator><![CDATA[Steve Smith]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-109</guid>
		<description><![CDATA[I actually wrote a quick blog post a while ago about how you could do this in rails. http://steve.dynedge.co.uk/2010/11/29/receiving-test-driven-incoming-email-for-rails-3/]]></description>
		<content:encoded><![CDATA[<p>I actually wrote a quick blog post a while ago about how you could do this in rails. <a href="http://steve.dynedge.co.uk/2010/11/29/receiving-test-driven-incoming-email-for-rails-3/" rel="nofollow">http://steve.dynedge.co.uk/2010/11/29/receiving-test-driven-incoming-email-for-rails-3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-108</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-108</guid>
		<description><![CDATA[One strategy to test the controller code would be to write a test to mimic the post being done by sendgrid.   It wouldn&#039;t test all the mx record magic, but would make sure your controller code was functioning correctly.]]></description>
		<content:encoded><![CDATA[<p>One strategy to test the controller code would be to write a test to mimic the post being done by sendgrid.   It wouldn&#8217;t test all the mx record magic, but would make sure your controller code was functioning correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emailnewbie</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-107</link>
		<dc:creator><![CDATA[emailnewbie]]></dc:creator>
		<pubDate>Sun, 18 Sep 2011 18:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-107</guid>
		<description><![CDATA[This is super helpful.  Does anyone know of any ways to test this in development?  The only way I&#039;m able to test this is to deploy on heroku and then send a mail to the address that receives, it works for now, but it&#039;s not sustainable...]]></description>
		<content:encoded><![CDATA[<p>This is super helpful.  Does anyone know of any ways to test this in development?  The only way I&#8217;m able to test this is to deploy on heroku and then send a mail to the address that receives, it works for now, but it&#8217;s not sustainable&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2011-09-11 &#171; Bloggitation</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-106</link>
		<dc:creator><![CDATA[links for 2011-09-11 &#171; Bloggitation]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 06:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-106</guid>
		<description><![CDATA[[...] Accept Incoming Emails into a Heroku App Using SendGrid (tags: ruby rails email heroku sendgrid programming)    Advertisement  LD_AddCustomAttr(&quot;AdOpt&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Origin&quot;, &quot;other&quot;); LD_AddCustomAttr(&quot;theme_bg&quot;, &quot;ffffff&quot;); LD_AddCustomAttr(&quot;theme_border&quot;, &quot;f3f3f3&quot;); LD_AddCustomAttr(&quot;theme_text&quot;, &quot;1c1c1c&quot;); LD_AddCustomAttr(&quot;theme_link&quot;, &quot;004276&quot;); LD_AddCustomAttr(&quot;theme_url&quot;, &quot;cc0000&quot;); LD_AddCustomAttr(&quot;LangId&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;links&quot;); LD_AddSlot(&quot;LD_ROS_300-WEB&quot;); LD_GetBids();  Like this:LikeBe the first to like this post. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Accept Incoming Emails into a Heroku App Using SendGrid (tags: ruby rails email heroku sendgrid programming)    Advertisement  LD_AddCustomAttr(&quot;AdOpt&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Origin&quot;, &quot;other&quot;); LD_AddCustomAttr(&quot;theme_bg&quot;, &quot;ffffff&quot;); LD_AddCustomAttr(&quot;theme_border&quot;, &quot;f3f3f3&quot;); LD_AddCustomAttr(&quot;theme_text&quot;, &quot;1c1c1c&quot;); LD_AddCustomAttr(&quot;theme_link&quot;, &quot;004276&quot;); LD_AddCustomAttr(&quot;theme_url&quot;, &quot;cc0000&quot;); LD_AddCustomAttr(&quot;LangId&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;links&quot;); LD_AddSlot(&quot;LD_ROS_300-WEB&quot;); LD_GetBids();  Like this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael K. (@MKRK)</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-105</link>
		<dc:creator><![CDATA[Michael K. (@MKRK)]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 23:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-105</guid>
		<description><![CDATA[Hey Doug, Thank you for explaining how you configured the godaddy mx record info. This was a bit tricky to understand at first.]]></description>
		<content:encoded><![CDATA[<p>Hey Doug, Thank you for explaining how you configured the godaddy mx record info. This was a bit tricky to understand at first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://nanceskitchen.com/2010/02/21/accept-incoming-emails-into-a-heroku-app-using-sendgrid/#comment-91</link>
		<dc:creator><![CDATA[Doug]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://nanceskitchen.com/?p=10#comment-91</guid>
		<description><![CDATA[CloudMailin is also a great solution to this problem, I&#039;ve tried it out and it works very well.    I should have mentioned that in my response, thanks Steve.]]></description>
		<content:encoded><![CDATA[<p>CloudMailin is also a great solution to this problem, I&#8217;ve tried it out and it works very well.    I should have mentioned that in my response, thanks Steve.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

