= ar_mailer Rubyforge Project: http://rubyforge.org/projects/rctools Documentation: http://dev.robotcoop.com/Libraries/ar_mailer == About Even deliviring email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail. == Installing ar_mailer Just install the gem: $ sudo gem install ar_mailer See ActionMailer::ARMailer for instructions on converting to ARMailer. See ar_sendmail -h for options to ar_sendmail.