blackerby / school-on-rails

1 stars 0 forks source link

Configure email sending in production #7

Open blackerby opened 1 year ago

blackerby commented 1 year ago

The app needs to be able to send email for password recovery. Development shouldn't be that hard to do, but production will take some research about how to do this with Docker. Could definitely use some @wbelser help on the latter part.

wbelser commented 1 year ago

I can email IT and get them to remind me of what I did when I was trying to setup email on the (ill fated) GitLab server....

blackerby commented 1 year ago

May look into this for development

https://github.com/ryanb/letter_opener

blackerby commented 1 year ago

May look into this for development

https://github.com/ryanb/letter_opener

Done!

blackerby commented 1 year ago

Depends on #15