1.0.5 • Published 7 years ago

snd-ema v1.0.5

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

send email with nodemailer

  • mail server config
vi son/cnf.json
write your mail server config.

{
"HOST": "myhost.com",
"USR": "info@myhost.com",
"PSS": "mypss"
}
  • mail subject and message
vi son/ema.json
{
"sub":"subject",
"mes":"body"
}
  • required modules
nodemailer
1.0.5

7 years ago

1.0.4

7 years ago

1.0.6

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago