The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
ar_mailer 1.1

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 1.1 Posted: Aug 19, 2006 3:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: ar_mailer 1.1
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

ar_mailer allows you to queue ActionMailer emails in the database that will be sent with a separate process. ar_mailer gives drastic speed-ups when you need to send many emails.

To install ar_mailer: sudo gem install ar_mailer. You can also download ar_mailer from Rubyforge.

For instructions on how to convert from the regular delivery methods to using ar_mailer see the ar_mailer documentation.

ar_mailer-1.1.0 follows quick on the heels of ar_mailer 1.0. I’ve got several important features and bug fixes:

Features

  • Added—chdir to set rails directory
  • Added—environment to set RAILS_ENV
  • Exits cleanly on TERM or INT signals
  • Added FreeBSD rc.d script
  • Exceptions during SMTP sending are now logged
  • No longer waits if sending email took too long

Bugs fixed

  • Fixed last send attempt in—mailq
  • Better SMTP error handling
    • Messages are removed from the queue on 5xx errors
    • Added Net::SMTP.reset to avoid needing to recreate the connection

Read: ar_mailer 1.1

Topic: What is it With the Java Haters? Previous Topic   Next Topic Topic: $stdout vs STDOUT

Sponsored Links



Google
  Web Artima.com   

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