文件名称:nodemailer-templation:Nodemailer包装器,可轻松发送HTML模板化电子邮件
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-01 00:28:32
JavaScript
节点邮件程序模板 Nodemailer包装器,可轻松发送HTML模板化电子邮件。 我一直在尝试通过多个HTML模板发送电子邮件时遇到问题。 确实没有任何一种方法可以轻松便捷地解决我的所有需求。 我在节点0.8x的某个地方找到了一个代码片段,该代码片段不起作用,因此我将其改编为该程序包。 安装 通过下载安装, NPM(推荐) npm install --save nodemailer-templation 使用情况 您需要一个外部SMTP服务器或服务来使此工作。 我推荐Mandrill。 它的免费,快速。 使用山作为我们的SMTP服务的示例。 var Templation = require ( 'nodemailer-templation' ) ; var path = require ( 'path' ) ; //Create our new new mailer
【文件预览】:
nodemailer-templation-master
----.jshintignore(24B)
----package.json(917B)
----src()
--------templation.js(2KB)
--------templates()
----.npmignore(120B)
----.gitignore(669B)
----README.md(5KB)
----.jshintrc(288B)
----.editorconfig(288B)
----.gitattributes(378B)