Use Amazon SES as mailing transport
- Dominant language
- JavaScript
- Stars
- 61
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
### Dependency
- [ ] Work on this upgrade once VRMS scales to a much larger user base. Currently, Gmail works as expected, however with a larger user base we will need to upgrade to Amazon SES as mailing transport.
### Overview
#287 PR added the `nodemailer` module into the project for sending emails. Currently, it uses a temporary Gmail account as a transport. To know more about `nodemailer` take a look at the article https://blog.mailtrap.io/sending-emails-with-nodemailer/
Nodemailer documentation is here https://nodemailer.com/about/
### Action Items
- [ ] Use Amazon SES as mailing transport instead of Gmail.
### Resources/Instructions
Nodemailer documentation https://nodemailer.com/about/
Contributor guide
Assessment
This issue has not been assessed yet.