Closed crawfoal closed 6 years ago
Thoughbot has a pretty good article for this: https://robots.thoughtbot.com/action-mailer-and-active-job-sitting-in-a-tree
For the devise mailer we just need to override a method: https://github.com/plataformatec/devise#activejob-integration
But also configure ActionMailer with the SMTP settings as is described in the first article.
Thoughbot has a pretty good article for this: https://robots.thoughtbot.com/action-mailer-and-active-job-sitting-in-a-tree