app-notify:从您的node.js应用程序中发送短信和电子邮件通知

时间:2024-05-22 07:32:19
【文件属性】:

文件名称:app-notify:从您的node.js应用程序中发送短信和电子邮件通知

文件大小:49KB

文件格式:ZIP

更新时间:2024-05-22 07:32:19

JavaScript

应用通知 从您的node.js应用程序内发送Twilio SMS和SMTP电子邮件通知 安装 npm install app-notify const Notify = require ( 'app-notify' ) ; const cfg = { ... } ; const notify = new Notify ( cfg ) ; 用法(承诺) 发送电子邮件: const cfg = { } ; //setup smtp server cfg . smtp = { host : xxx , user : user , pass : pass , port : port } ; //setup email headers cfg . email = { to : 'user@example.com' , from : 'sender@


【文件预览】:
app-notify-master
----.gitignore(55B)
----package.json(879B)
----package-lock.json(171KB)
----gulpfile.js(382B)
----LICENSE(774B)
----index.js(2KB)
----README.md(2KB)
----lib()
--------email.js(3KB)
--------sms.js(2KB)
----TODO.md(301B)
----test()
--------unit()
----.editorconfig(366B)

网友评论