we-send-email:We.js 电子邮件发件人机器! 使用节点 nodemailer 和用于 we.js 和 Sails.js 的电子邮件模板

时间:2024-07-31 03:35:26
【文件属性】:

文件名称:we-send-email:We.js 电子邮件发件人机器! 使用节点 nodemailer 和用于 we.js 和 Sails.js 的电子邮件模板

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-31 03:35:26

JavaScript

我们发送电子邮件 Npm 包和 Sails 钩子使用在 We.js 上使用的 Sails.js 发送电子邮件 使用节点nodemailer和email-templates 如何安装 npm install we-send-email --save 并将其添加到一个sails.js 钩子中: 文件: api/hooks/email/index.js module . exports = require ( 'we-send-email' ) . hook ; 用法 var options = { } ; // to email options . email = 'contato@albertosouza.net' ; // sender email options . from = 'Sender@host.net' ; // see https://github.com/nif


【文件预览】:
we-send-email-master
----.jshintrc(2KB)
----.gitignore(22B)
----.jscsrc(1KB)
----package.json(1KB)
----.travis.yml(36B)
----LICENSE(750B)
----.jshintignore(22B)
----README.md(1KB)
----lib()
--------index.js(5KB)
----test()
--------index.test.js(2KB)
--------fixtures()

网友评论