<?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 for Lead Thinking</title>
	<atom:link href="http://leadthinking.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://leadthinking.com</link>
	<description>The Business of Software Development</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:47:16 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Alex</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3461</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 07 Sep 2010 08:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3461</guid>
		<description>Peter,
I pushed the updated gem, so you shouldn&#039;t have this problem. You&#039;re also pulling from the wrong git repo. Should be:

gem ‘remail’, :git =&gt; ‘git://github.com/maccman/remail.git’</description>
		<content:encoded><![CDATA[<p>Peter,<br />
I pushed the updated gem, so you shouldn&#8217;t have this problem. You&#8217;re also pulling from the wrong git repo. Should be:</p>
<p>gem ‘remail’, :git => ‘git://github.com/maccman/remail.git’</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Peter Nicholls</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3460</link>
		<dc:creator>Peter Nicholls</dc:creator>
		<pubDate>Tue, 07 Sep 2010 05:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3460</guid>
		<description>I am getting the same problem as Matt,

How is it fixed? 


gem &#039;remail&#039;, :git =&gt; &#039;git://github.com/maccman/remail-engine.git&#039;

Does not seem to fix it for me.</description>
		<content:encoded><![CDATA[<p>I am getting the same problem as Matt,</p>
<p>How is it fixed? </p>
<p>gem &#8216;remail&#8217;, :git =&gt; &#8216;git://github.com/maccman/remail-engine.git&#8217;</p>
<p>Does not seem to fix it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Matt Beedle</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3392</link>
		<dc:creator>Matt Beedle</dc:creator>
		<pubDate>Sun, 29 Aug 2010 17:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3392</guid>
		<description>I just changed to the github version in my Gemfile and redeployed and now everything is working fine, thanks!</description>
		<content:encoded><![CDATA[<p>I just changed to the github version in my Gemfile and redeployed and now everything is working fine, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Alex</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3391</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 29 Aug 2010 15:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3391</guid>
		<description>Can you log the dict that&#039;s causing the issue - I need to see its attributes. Are you using the github version of the Ruby gem - it includes some Rails 3 fixes. I&#039;ve just released those fixes into the gem, should propagate soon. If you have further trouble email me (email on about page).</description>
		<content:encoded><![CDATA[<p>Can you log the dict that&#8217;s causing the issue &#8211; I need to see its attributes. Are you using the github version of the Ruby gem &#8211; it includes some Rails 3 fixes. I&#8217;ve just released those fixes into the gem, should propagate soon. If you have further trouble email me (email on about page).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Matt Beedle</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3390</link>
		<dc:creator>Matt Beedle</dc:creator>
		<pubDate>Sun, 29 Aug 2010 15:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3390</guid>
		<description>I&#039;ve installed this into one of my rails 3 sites, but I am now unable to send any mails.  There is an error occurring in the python code in the remail-engine in outbound.py on line 22.  Any ideas what is causing this?  I can paste the whole log entry if you like.

08-29 08:39AM 05.516 &#039;EmailMessage&#039; has no attribute &#039;email&#039; Traceback

File &quot;/base/data/home/apps/salesflip/1.344426892063585378/outbound.py&quot;, line 22, in email
    mail.EmailMessage(**safe_dict(email)).send()

Thanks, Matt</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed this into one of my rails 3 sites, but I am now unable to send any mails.  There is an error occurring in the python code in the remail-engine in outbound.py on line 22.  Any ideas what is causing this?  I can paste the whole log entry if you like.</p>
<p>08-29 08:39AM 05.516 &#8216;EmailMessage&#8217; has no attribute &#8216;email&#8217; Traceback</p>
<p>File &#8220;/base/data/home/apps/salesflip/1.344426892063585378/outbound.py&#8221;, line 22, in email<br />
    mail.EmailMessage(**safe_dict(email)).send()</p>
<p>Thanks, Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Pete</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3371</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 24 Aug 2010 05:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3371</guid>
		<description>How do you test receiving emails locally?

What email address to i send it to? Do i have to mess with hosts.

Great work but so many thanks</description>
		<content:encoded><![CDATA[<p>How do you test receiving emails locally?</p>
<p>What email address to i send it to? Do i have to mess with hosts.</p>
<p>Great work but so many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Startup &#8211; Choosing a Company Type by Mark The Accountant</title>
		<link>http://leadthinking.com/63-creating-a-startup-choosing-a-company-type/comment-page-1#comment-3317</link>
		<dc:creator>Mark The Accountant</dc:creator>
		<pubDate>Sat, 14 Aug 2010 12:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=63#comment-3317</guid>
		<description>This is excellent information. By coincidence I was looking to find some introduction to this subject matter so that I can understand the more intricate elements that are being offered elsewhere. I particularly like the way that you have managed to explain things in plain English. Many thanks.</description>
		<content:encoded><![CDATA[<p>This is excellent information. By coincidence I was looking to find some introduction to this subject matter so that I can understand the more intricate elements that are being offered elsewhere. I particularly like the way that you have managed to explain things in plain English. Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Scott216</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3307</link>
		<dc:creator>Scott216</dc:creator>
		<pubDate>Fri, 13 Aug 2010 02:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3307</guid>
		<description>I got this error when trying to install gem:

scotts-mac-pro:~ Scott$ sudo gem install remail
Password:
ERROR:  While executing gem ... (Gem::RemoteSourceException)
    HTTP Response 301 fetching http://gems.rubyforge.org/yaml</description>
		<content:encoded><![CDATA[<p>I got this error when trying to install gem:</p>
<p>scotts-mac-pro:~ Scott$ sudo gem install remail<br />
Password:<br />
ERROR:  While executing gem &#8230; (Gem::RemoteSourceException)<br />
    HTTP Response 301 fetching <a href="http://gems.rubyforge.org/yaml" rel="nofollow">http://gems.rubyforge.org/yaml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Scott216</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3306</link>
		<dc:creator>Scott216</dc:creator>
		<pubDate>Fri, 13 Aug 2010 01:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3306</guid>
		<description>Thanks for your help Alex.  I&#039;m not really interested in learning Ruby, but I do have  a particular need and I think remail is my best option.  I put together an Arduino microcontroller to measure temperature and some other things, this data is pushed out to a website called Pachube.  Pachube has HTTP Post triggers that you can set if certain conditions are met.  I want to use pachube triggers to post to remail so I can get an email alert.</description>
		<content:encoded><![CDATA[<p>Thanks for your help Alex.  I&#8217;m not really interested in learning Ruby, but I do have  a particular need and I think remail is my best option.  I put together an Arduino microcontroller to measure temperature and some other things, this data is pushed out to a website called Pachube.  Pachube has HTTP Post triggers that you can set if certain conditions are met.  I want to use pachube triggers to post to remail so I can get an email alert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending or receiving email with Rails? Easy by Alex</title>
		<link>http://leadthinking.com/233-sending-or-receiving-emails-with-rails/comment-page-1#comment-3305</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 13 Aug 2010 00:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://leadthinking.com/?p=233#comment-3305</guid>
		<description>Scott216: To be honest Scott, I&#039;d try to get a bit more experience with the basics of Ruby first before trying this tutorial. But, to answer your questions: To install git, just google git osx - there&#039;s an installer binary. To install a gem, just type sudo gem install remail inside the osx terminal - RubyGems is a Ruby package manager.
Hope that was useful. Alex</description>
		<content:encoded><![CDATA[<p>Scott216: To be honest Scott, I&#8217;d try to get a bit more experience with the basics of Ruby first before trying this tutorial. But, to answer your questions: To install git, just google git osx &#8211; there&#8217;s an installer binary. To install a gem, just type sudo gem install remail inside the osx terminal &#8211; RubyGems is a Ruby package manager.<br />
Hope that was useful. Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
