The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
ar_mailer version 1.2.0 has been released!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Hodel

Posts: 660
Nickname: drbrain
Registered: Mar, 2006

Eric Hodel is a long-time Rubyist and co-founder of Seattle.rb.
ar_mailer version 1.2.0 has been released! Posted: Jun 5, 2007 7:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: ar_mailer version 1.2.0 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.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Hodel
Latest Posts From Segment7

Advertisement

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.

sudo gem install ar_mailer

Changes:

1.2.0

  • Bugs fixed
    • Handle SMTPServerBusy by backing off @delay seconds then re-queueing
    • Allow email delivery class to be set in ARMailer.
    • ar_sendmail—mailq works with—table-name now.
  • Miscellaneous Updates
  • Added documentation to require ‘action_mailer/ar_mailer’ in instructions.
  • Moved to ZSS p4 repository
  • Supports TLS now. Requested by Dave Thomas. smtp_tls.rb from Kyle Maxwell & etc.

http://seattlerb.org/ar_mailer

Read: ar_mailer version 1.2.0 has been released!

Topic: Hey Founders: Shut Up! Previous Topic   Next Topic Topic: Last.fm bought by CBS

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use