async_smtp implemented in 0.8.4?
Added by Todd Nine over 15 years ago
Hi all,
We're running redmine in our small office, and we only have a DSL connection. I have redmine working with the following email.yml to our google accounts with version 0.8.4. As long as my setting is smtp, everything works great. However our DSL is pretty slow, so for every update we have to wait about 10 seconds for the email to be sent. According to this bug, the patch as been applied before the 0.8.4 release.
http://www.redmine.org/issues/613
However, when I set my method to async_smtp, I never receive any emails. Is this method not implemented? I don't see any errors in my logs when I use it, so I assumed it was set up.
Thanks,
production: #delivery_method: smtp delivery_method: async_smtp smtp_settings: address: "smtp.gmail.com" port: "25" domain: "mydomain.co.nz" authentication: :login user_name: "redmine@mydomain.co.nz" password: "mypassword" tls: true
Replies (3)
RE: async_smtp implemented in 0.8.4? - Added by Todd Nine over 15 years ago
Any updates on this? I receive this error when I use the above settings and send a test email.
An error occurred while sending mail (undefined method `perform_delivery_async_smtp' for #)
Thanks.
RE: async_smtp implemented in 0.8.4? - Added by Danilo Muñoz over 15 years ago
I have the same problem ... Any update ?
Tks!
RE: async_smtp implemented in 0.8.4? - Added by Eric Davis about 15 years ago
:async_smtp
is not included in the 0.8.x series, it's scheduled to be included in Redmine 0.9. The way to tell is by looking at the Target Version of #613.
Eric Davis