History.txt in ar_mailer-1.2.0 vs History.txt in ar_mailer-1.3.1

- old
+ new

@@ -1,4 +1,20 @@ += 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. + += 1.3.0 + +* New Features + * Added automatic mail queue cleanup. + * MAY CAUSE LOSS OF DATA. If you haven't run ar_sendmail within + the expiry time, set it to 0. +* Bugs fixed + * Authentication errors are now handled by retrying once. + = 1.2.0 * Bugs fixed * Handle SMTPServerBusy by backing off @delay seconds then re-queueing * Allow email delivery class to be set in ARMailer.