<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Simple Email Send Function In Ruby</title>
	<link>http://ianpurton.com/simple-email-send-function-in-ruby/</link>
	<description>Ian Purton's Notes</description>
	<pubDate>Wed, 20 Aug 2008 13:01:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Satish Talim</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/#comment-10026</link>
		<author>Satish Talim</author>
		<pubDate>Wed, 02 Aug 2006 14:38:44 +0000</pubDate>
		<guid>http://ianpurton.com/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>
	<item>
		<title>By: Satish Talim</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/#comment-10027</link>
		<author>Satish Talim</author>
		<pubDate>Wed, 02 Aug 2006 14:40:21 +0000</pubDate>
		<guid>http://ianpurton.com/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: Ian Purton</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/#comment-10028</link>
		<author>Ian Purton</author>
		<pubDate>Wed, 02 Aug 2006 15:17:07 +0000</pubDate>
		<guid>http://ianpurton.com/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: abhi</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/#comment-101251</link>
		<author>abhi</author>
		<pubDate>Wed, 28 Mar 2007 09:50:31 +0000</pubDate>
		<guid>http://ianpurton.com/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: sathyz</title>
		<link>http://ianpurton.com/simple-email-send-function-in-ruby/#comment-127069</link>
		<author>sathyz</author>
		<pubDate>Fri, 15 Feb 2008 11:27:17 +0000</pubDate>
		<guid>http://ianpurton.com/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>
</channel>
</rss>
