mail-template-helper:将数据合并到电子邮件模板中的简单库

时间:2024-03-04 13:26:21
【文件属性】:

文件名称:mail-template-helper:将数据合并到电子邮件模板中的简单库

文件大小:67KB

文件格式:ZIP

更新时间:2024-03-04 13:26:21

JavaScript

邮件模板帮助器 mail-template-helper是一个帮助程序模块,可帮助您编译电子邮件模板。 npm install @outofsync/mail-template-helper const MailTemplatesHelper = require ( '@outofsync/mail-template-helper' ) ; const templates = { [ 'Test2' ] : { subject : '{testData1} {testData2}' , template : '{bodyData} - {testData2} -- {embedded.value}' } } ; const mailTemplateHelper = new MailTemplatesHelper ( templates ) ; console .


【文件预览】:
mail-template-helper-master
----.eslintrc.json(5KB)
----.prettierrc.json(126B)
----.travis.yml(3KB)
----gulpfile.js(1KB)
----LICENSE(1KB)
----test()
--------index.js(3KB)
----README.md(4KB)
----.gitignore(923B)
----index.js(958B)
----package-lock.json(234KB)
----package.json(1KB)

网友评论