This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: ar_mailer version 1.3.1 has been released!
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.
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:
1.3.1
Fix bug #12530, gmail causes SSL errors. Submitted by Kyle Maxwell
and Alex Ostleitner.
Try ActionMailer::Base::server_settings then ::smtp_settings. Fixes
bug #12516. Submitted by Alex Ostleitner.