文件名称:nodemailer-wrapper:具有MongoDB存储的NodeMailer
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-03 01:29:01
JavaScript
NodeMailer包装器 Nodemailer-Wrapper是一个实用程序模块,为使用MongoDB作为后端的NodeMailer 提供了包装。 此实用程序是作为批处理程序或cron工作者异步构建的,我建议使用与此完美运行的 。 此模块设计用于 ,可通过npm install nodemailer-wrapper , 用法(基本): var nodeMailer = require ( 'nodemailer-wrapper' ) ; var transportConfig = { transportType : 'smtp' , config : { host : 'your-mail-server-host' , // hostname secureConnection : false , // TLS requires secureConnection
【文件预览】:
nodemailer-wrapper-master
----.jshintrc(21B)
----.gitignore(576B)
----package.json(878B)
----models()
--------mailerOutbox.js(525B)
--------mailerSent.js(628B)
----LICENSE(1KB)
----index.js(5KB)
----examples()
--------templates()
--------config.js(616B)
--------sendemail.js(256B)
--------addmails.js(2KB)
----README.md(3KB)
----.gitattributes(135B)
----test()
--------index.js(2KB)
----.editorconfig(235B)