Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add async actionmailer #31

Closed
passalini opened this issue Nov 26, 2014 · 2 comments
Closed

Add async actionmailer #31

passalini opened this issue Nov 26, 2014 · 2 comments

Comments

@passalini
Copy link
Member

http://reefpoints.dockyard.com/ruby/2012/06/26/rails-4-sneak-peek-async-actionmailer.html

@RafaelMCarvalho
Copy link
Member

They removed it from rails 4 😭

http://stackoverflow.com/questions/20270255/undefined-method-async-for-actionmailerbaseclass-in-rails-4

The solution would be use resque_mailer, but it's a big feature, so we are going to implement this just on next gem version. Or wait for rails 4.2, that will support async mailers built in.

@passalini
Copy link
Member Author

@RafaelMCarvalho I think this is important like #30, because if the email wasn't sent, the method will not run too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants