GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

Configure mailer #102

Closed crawfoal closed 6 years ago

crawfoal commented 6 years ago

Thoughbot has a pretty good article for this: https://robots.thoughtbot.com/action-mailer-and-active-job-sitting-in-a-tree

crawfoal commented 6 years ago

For the devise mailer we just need to override a method: https://github.com/plataformatec/devise#activejob-integration

crawfoal commented 6 years ago

But also configure ActionMailer with the SMTP settings as is described in the first article.