Send emails or something I guess..
PORT
: the port to listen onSERVICE
: the nodemailer service to use (eg "gmail")AUTH
: the auth object for nodemailer (eg '{"user":"youremail@gmail.com","pass":"yourpassword"}')
POST to your-host:port/
with
{
"to": "someone.else@example.com",
"subject": "Whoa check this out!",
"body": "Look! I'm sending an email!"
}