You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to send email confirmations via SendGrid
The existing partial implementation of email confirmations uses nodemailer, which we've been having issues with. Therefore, we are going to use sendgrid moving forward as recommended by the H4I board.
Create an account on SendGrid
Set up the required keys and complete other requisite steps to use sendgrid. Add them to the .env
Modify the functions in emailRoutes.js to use sendgrid functions
Add the ability to send email confirmations via SendGrid
The existing partial implementation of email confirmations uses nodemailer, which we've been having issues with. Therefore, we are going to use sendgrid moving forward as recommended by the H4I board.
Helpful Links
Quickstart Guide
Domain Authentication
The text was updated successfully, but these errors were encountered: