<?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>Ian Purton's Notes</description>
	<pubDate>Sat, 04 Jul 2009 04:27:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexwebmaster</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-173722</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 11:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-173722</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Loriaga</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-173718</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-173718</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'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: zibex</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-173712</link>
		<dc:creator>zibex</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://jiploo.com/blog/simple-email-send-function-in-ruby/#comment-173712</guid>
		<description>rs9VJq hi! nice site!</description>
		<content:encoded><![CDATA[<p>rs9VJq hi! nice site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Cruz</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/comment-page-1/#comment-173703</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-173703</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-127069</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-127069</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 'net/smtp' ..

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-101251</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-101251</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'
/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `old_open'
/opt/lampp/lib/ruby/1.8/timeout.rb:56:in `timeout'
/opt/lampp/lib/ruby/1.8/timeout.rb:76:in `timeout'
/opt/lampp/lib/ruby/1.8/net/protocol.rb:206:in `old_open'
/opt/lampp/lib/ruby/1.8/net/smtp.rb:393:in `do_start'
/opt/lampp/lib/ruby/1.8/net/smtp.rb:378:in `start'
/opt/lampp/lib/ruby/1.8/net/smtp.rb:316:in `start'
app/controllers/hello_controller.rb:15:in `deliverMail'</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 - 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-10028</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-10028</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-10027</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-10027</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-10026</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-10026</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>
