Written by Sean Behan on Sun Jun 17th 2012

You'll need a mail transport agent (MTA). I installed and used postfix using Mac Ports.

sudo port install postfix

You'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't send too much mail from my Rails app, just for testing normally, I start it manually.

sudo postfix start
That should do it!

Tagged with..
#development #email #environment #postfix #sending mail #Programming

Just finishing up brewing up some fresh ground comments...