<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sean&#039;s Blog &#187; sending mail</title>
	<atom:link href="http://seanbehan.com/tag/sending-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:44:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sending eMail with Rails on Mac OS X Development Environment</title>
		<link>http://seanbehan.com/programming/sending-email-with-rails-on-mac-os-x-development-environment/</link>
		<comments>http://seanbehan.com/programming/sending-email-with-rails-on-mac-os-x-development-environment/#comments</comments>
		<pubDate>Sun, 10 May 2009 19:45:34 +0000</pubDate>
		<dc:creator>bseanvt</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sending mail]]></category>

		<guid isPermaLink="false">http://bseanvt.wordpress.com/?p=227</guid>
		<description><![CDATA[You&#8217;ll need a mail transport agent (MTA). I installed and used postfix using Mac Ports. sudo port install postfix You&#8217;ll need to start postfix, to send mail from your Rails application. You can set it as a startup item and it will start on boot. However, since I don&#8217;t send too much mail from my [...]]]></description>
			<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fseanbehan.com%2Fprogramming%2Fsending-email-with-rails-on-mac-os-x-development-environment%2F&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_twitter" style="width:px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Sending eMail with Rails on Mac OS X Development Environment" data-url="http://seanbehan.com/programming/sending-email-with-rails-on-mac-os-x-development-environment/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div><p>You&#8217;ll need a mail transport agent (MTA). I installed and used postfix using Mac Ports.</p>
<pre class="wp-code-highlight prettyprint">sudo port install postfix</pre>
<p>You&#8217;ll need to start postfix, to send mail from your Rails application. You can set it as a startup item and it will start on boot. However, since I don&#8217;t send too much mail from my Rails app, just for testing normally, I start it manually.</p>
<pre class="wp-code-highlight prettyprint">
sudo postfix start
</pre>
<p>That should do it!</p>
]]></content:encoded>
			<wfw:commentRss>http://seanbehan.com/programming/sending-email-with-rails-on-mac-os-x-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

