This is a project that can be straight away we deployed to AWS Lambda and provide you with REST API(s) to uses SES basic fratures and send mails.
###Features
- Build with Typescript
- Integrated with Serverless Framework for easy deployments.
- REST API(s).
- Supports HTML mailing templates.
[TOCM]
###POST Send Mail
Payload :
{
"mailTo": {
"name": "Abhijit Srivastava",
"email": "[email protected]"
},
"mailFrom": {
"name": "Abhijit Srivastava",
"email": "[email protected]"
},
"mailBody": {
"template_id": 1,
"replacements": {
"html": "qwertyuiop"
}
}
}