mail template helper:将数据合并到电子邮件模板中的简单库 源码
邮件模板帮助器 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} -- {e
下载地址
用户评论