forked from seattlerb/ar_mailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
52 lines (41 loc) · 1.44 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
= 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.
* 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.
= 1.1.0
* 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
= 1.0.1
* Bugs fixed
* From and to of email destination were swapped
= 1.0.0
* Birthday