Skip to content

tehZevo/aegis-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aegis Mailer node

Send emails or something I guess..

Environment variables

  • PORT: the port to listen on
  • SERVICE: the nodemailer service to use (eg "gmail")
  • AUTH: the auth object for nodemailer (eg '{"user":"youremail@gmail.com","pass":"yourpassword"}')

Query format

POST to your-host:port/ with

{
  "to": "someone.else@example.com",
  "subject": "Whoa check this out!",
  "body": "Look! I'm sending an email!"
}

About

Send emails from Aegis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published