文件名称:njax-email:这是可以扩展以创建电子邮件应用程序的节点模块
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-21 04:33:30
JavaScript
Njax邮箱 这是可以扩展以创建电子邮件服务的节点模块 ###Register Partial:您可以注册 .hjs 以在电子邮件模板中用作部分 app.njax.email.registerPartial('_footer', app.njax.config.app_dir + '/public/templates/partials/_footer.hjs'); ###注册模板: 您可以注册将使用传入的 NJax 事件数据呈现的 hjs 模板,如下所示: app.njax.email.registerEmail( '100innovation.auth.forgot.pass', { subject:"Your Password For Your NJax Account", html_template:path.join(app.njax.config.tp
【文件预览】:
njax-email-master
----.gitignore(585B)
----README.md(2KB)
----public()
--------js()
--------templates()
----njax.json(1KB)
----package.json(295B)
----index.js(40B)
----lib()
--------routes()
--------model()
--------index.js(6KB)
--------modules()