yarn || npm install
Run project:
yarn start || npm start
Send request:
curl -d '{"from":"[email protected]", "to":"[email protected]", "subject":"Hi, my nam is Son dog.", "content":"This is content, it is very long."}' -H "Content-Type: application/json" -X POST http://localhost:4567/mail
Thanks @tutv95
MIT
Like this project? ★ us on Github :)