This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: ar_mailer 1.5.0
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
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