Project

sendmailer

0.0
No commit activity in last 3 years
No release in over 3 years
Send Email from Rails 3 App with Sendmail server (Such as Exim4)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.0
 Project Readme

sendmailer

Send Email from Rails 3 App with Sendmail server (Such as Exim4)

Usage

Gemfile

gem "sendmailer"

Install and configure Exim4 in your Linux:

sudo aptitude install exim4
sudo dpkg-reconfigure exim4-config

All answers (for example) here: http://library.linode.com/email/exim/send-only-mta-debian-6-squeeze

And now you can send mail immediately from your localhost sendmail server. It's very fast. Google нервно курит в сторонке =)

Enjoy!