Skip to content
/ mail-api Public

Just send email with a simple REST API call.

Notifications You must be signed in to change notification settings

sipf/mail-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mail-api

Just send email with a REST API

curl -H "Content-Type: application/json" -X POST -d '{"from": "[email protected]", "to": ["[email protected]"], "subject": "the subject", "message": "the message", "html": true }' http://localhost:8080/mail

About

Just send email with a simple REST API call.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published