Service to send emails from TKO-äly's services. Build on serverless and AWS SES.
- Install serverless
yarn
sls offline
Push to master.
POST ${email-dispatcher url}
X-Token: [auth token from aws secrets manager]
Body:
{
"to": "[email protected]",
"subject": "Hello world",
"message": "Hello world",
"from": "[email protected]"
}