[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] ar_mailer 1.3.2 Released

Eric Hodel

4/29/2009 9:08:00 PM

ar_mailer version 1.3.2 has been released!

* http://seattlerb.rubyforge.org...
* http://rubyforge.org/tracker/?func=add&group_id=1513&...

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:

* Terminate SMTP connection on TimeoutError since Net::SMTP may be in
a bogus
state. Issue by Eric O'Connell.
* Don't require Email class to exist. Bug #22843 by Joachim Glauche.
* Switched to minitest
* Upgraded to modern Hoe
* Updated configuration information for Rails > 2.0