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!"
})

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i send-mail

      Weekly Downloads

      37

      Version

      0.1.0

      License

      MIT

      Last publish

      Collaborators

      • luobo-modules