send-mail

0.1.0 • Public • Published

send-mail

Send e-mail by node.

usage

var sendMail = require('send-mail')
sendMail({
  "host": "smtp.example.com",
  "port": 25,
  "username": "luobotang@example.com",
  "password": "---",
  "from": "luobotang <luobotang@example.com>",
  "to": "luobotang1 <luobotang@example1.com>; luobotang2 <luobotang@example2.com>",
  "subject": "Hello",
  "body": "Hello!"
})

Readme

Keywords

none

Package Sidebar

Install

npm i send-mail

Weekly Downloads

27

Version

0.1.0

License

MIT

Last publish

Collaborators

  • luobo-modules