<?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: Simple Email Send Function In Ruby</title>
	<atom:link href="http://ianpurton.com/simple-email-send-function-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianpurton.com/simple-email-send-function-in-ruby/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 18 Feb 2010 09:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bernie Loriaga</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-85</link>
		<dc:creator>Bernie Loriaga</dc:creator>
		<pubDate>Fri, 20 Feb 2009 01:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-85</guid>
		<description>Hi...I know its late...How can I send message?I try to run this code and it has no error,my problem is I don&#039;t know how to use it.Thanks.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;I know its late&#8230;How can I send message?I try to run this code and it has no error,my problem is I don&#8217;t know how to use it.Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Cruz</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-87</link>
		<dc:creator>Jaime Cruz</dc:creator>
		<pubDate>Sun, 14 Dec 2008 20:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-87</guid>
		<description>Hello, I used an works... Thank you.</description>
		<content:encoded><![CDATA[<p>Hello, I used an works&#8230; Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathyz</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-83</link>
		<dc:creator>sathyz</dc:creator>
		<pubDate>Fri, 15 Feb 2008 11:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-83</guid>
		<description>Ian.. I followed the steps and it works.. Thanks..

I have to add 2 things here.. We need to install postfix (not sure what to install in windows machine) and add require &#039;net/smtp&#039; ..

Hope the problem with Abi is she might not have installed postfix.</description>
		<content:encoded><![CDATA[<p>Ian.. I followed the steps and it works.. Thanks..</p>
<p>I have to add 2 things here.. We need to install postfix (not sure what to install in windows machine) and add require &#8216;net/smtp&#8217; ..</p>
<p>Hope the problem with Abi is she might not have installed postfix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-82</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Wed, 28 Mar 2007 09:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-82</guid>
		<description>i m trying to send mail with the given code of net::smtp.start().
but it give me error like

Address family not supported by protocol - socket(2)

/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `initialize&#039;
/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `old_open&#039;
/opt/lampp/lib/ruby/1.8/timeout.rb:56:in `timeout&#039;
/opt/lampp/lib/ruby/1.8/timeout.rb:76:in `timeout&#039;
/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `old_open&#039;
/opt/lampp/lib/ruby/1.8/net/smtp.rb:393:in `do_start&#039;
/opt/lampp/lib/ruby/1.8/net/smtp.rb:378:in `start&#039;
/opt/lampp/lib/ruby/1.8/net/smtp.rb:316:in `start&#039;
app/controllers/hello_controller.rb:15:in `deliverMail&#039;</description>
		<content:encoded><![CDATA[<p>i m trying to send mail with the given code of net::smtp.start().<br />
but it give me error like</p>
<p>Address family not supported by protocol &#8211; socket(2)</p>
<p>/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `initialize&#8217;<br />
/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `old_open&#8217;<br />
/opt/lampp/lib/ruby/1.8/timeout.rb:56:in `timeout&#8217;<br />
/opt/lampp/lib/ruby/1.8/timeout.rb:76:in `timeout&#8217;<br />
/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `old_open&#8217;<br />
/opt/lampp/lib/ruby/1.8/net/smtp.rb:393:in `do_start&#8217;<br />
/opt/lampp/lib/ruby/1.8/net/smtp.rb:378:in `start&#8217;<br />
/opt/lampp/lib/ruby/1.8/net/smtp.rb:316:in `start&#8217;<br />
app/controllers/hello_controller.rb:15:in `deliverMail&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Purton</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-81</link>
		<dc:creator>Ian Purton</dc:creator>
		<pubDate>Wed, 02 Aug 2006 15:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-81</guid>
		<description>I am not using a wordpress plugin, I hand code the entries then I have some css to style them.

Please feel free to look at the HTML and stylesheets.</description>
		<content:encoded><![CDATA[<p>I am not using a wordpress plugin, I hand code the entries then I have some css to style them.</p>
<p>Please feel free to look at the HTML and stylesheets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Talim</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-80</link>
		<dc:creator>Satish Talim</dc:creator>
		<pubDate>Wed, 02 Aug 2006 14:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-80</guid>
		<description>One more thing, which Wordpress plugin are you using for code on your blog?</description>
		<content:encoded><![CDATA[<p>One more thing, which Wordpress plugin are you using for code on your blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Talim</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-79</link>
		<dc:creator>Satish Talim</dc:creator>
		<pubDate>Wed, 02 Aug 2006 14:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-79</guid>
		<description>What a coincidence, I juts wrote a similar program on our group blog...</description>
		<content:encoded><![CDATA[<p>What a coincidence, I juts wrote a similar program on our group blog&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
