send-mail
v0.1.0
Published
Send e-mail
Downloads
229
Readme
send-mail
Send e-mail by node.
usage
var sendMail = require('send-mail')
sendMail({
"host": "smtp.example.com",
"port": 25,
"username": "[email protected]",
"password": "---",
"from": "luobotang <[email protected]>",
"to": "luobotang1 <[email protected]>; luobotang2 <[email protected]>",
"subject": "Hello",
"body": "Hello!"
})