helloGov / webapp

HelloGOV is a call-to-rep campaign link generating tool for organizations engaging in state and federal level legislative advocacy.
https://hellogov.app
MIT License
18 stars 24 forks source link

reset password emails with sendgrid #291

Closed seport closed 4 years ago

seport commented 4 years ago

resolves #271

Motivation and context

we needed password reset emails set up so that when users forget their passwords they can regain access to their accounts

there was a lot of code already written, but it wasn't quite wired together correctly from what I could tell. I replaced the old nodemailer code with sendgrid, mainly because it has built in heroku integration 👌

What I did