Skip to content

a2dalek/Email-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-service

Setup

Run npm install

Start development server

Run npm run build-and-watch in one console window.

Run npm run serve in another console window.

APIs

  • GET /email/v1/timestamp
  • POST /email/v1/send
Request body schema {
“sender_email”: string,
“recipient_email”: string,
“template_id”: number,
“params”: {
“displayed_name”: string,
“otp”: string,
}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published