horseshoe:用于使用把手模板发送电子邮件的 nodemailer 的包装器

时间:2024-06-29 23:29:11
【文件属性】:

文件名称:horseshoe:用于使用把手模板发送电子邮件的 nodemailer 的包装器

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-29 23:29:11

JavaScript

马蹄铁 horseshoe是的邮件模块。 它为提供了一个包装器,用于使用模板发送电子邮件。 horseshoe是为一个非常特定的用例而设计的。 我们在 ENOISE 使用它通过 SMTP 和 Amazon SES 发送系统电子邮件。 这些电子邮件是使用handlebars模板预先设计的,然后使用此模块呈现和发送。 horseshoe使用message对象中指定的data呈现模板: var message = { to : 'someone@somewhere.com' , template : 'users-signup' , data : { user : { firstname : 'Lupo' } } } ; horseshoe将在模板路径中搜索带有.txt或.html扩展名的文件(在本例中为users-signup.txt和users-signup.html


【文件预览】:
horseshoe-master
----.travis.yml(132B)
----index.js(4KB)
----package.json(959B)
----test()
--------test-horseshoe.js(6KB)
--------users.json(201B)
--------mail_templates()
--------common.js(863B)
----LICENSE(2KB)
----Gruntfile.js(636B)
----.npmignore(19B)
----.gitignore(47B)
----README.md(3KB)
----.groc.json(70B)

网友评论