Skip to content

TKOaly/email-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email dispatcher

Service to send emails from TKO-äly's services. Build on serverless and AWS SES.

Development

  1. Install serverless
  2. yarn
  3. sls offline

Deployment

Push to master.

Using in applications

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]"
}

About

Serverless function for dispatching emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published