Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 291 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 291 Bytes

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