| Path: | README.txt |
| Last Update: | Tue Jul 31 21:51:49 -0700 2007 |
A two-phase delivery agent for ActionMailer
Rubyforge Project:
rubyforge.org/projects/seattlerb
Documentation:
Bugs:
rubyforge.org/tracker/?func=add&group_id=1513&atid=5921
Even delivering 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.
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.
NOTE: You may need to delete an smtp_tls.rb file if you have one lying around. ar_mailer supplies it own.
An rc.d script is included in share/ar_sendmail.