ar_mailer 1.5.0

Eric Hodel | Fri, 16 Oct 2009 00:02:05 GMT

Posted in , ,

ar_mailer is a two-phase delivery agent for ActionMailer. 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.

Changes

  • Added --pid-file option. See --help for details.
  • Minor improvements to --help, argument error output
2 comments

Comments RSS FEED

Thanks, Eric!

I’ve been using ar_mailer in production with a few apps for about a year now – it’s been a huge help, and incredibly reliable. Works great with Ruby 1.9 as well (I may have patched something – it’s been awhile).

- Scott

Scott Andreas said about 7 hours later

As of ar_mailer 1.4 it should work on ruby 1.9 out of the box.

Eric Hodel said about 18 hours later

Comments are disabled