【文件属性】:
文件名称:node-mail-helper:用于使用Ejs模板发送电子邮件的Nodemailer帮助器
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-05 05:05:24
JavaScript
节点邮件助手
使用Ejs模板发送电子邮件的Nodemailer助手。
安装
npm install node-mail-helper
先决条件
该软件包需要以下env变量。
MAIL_DRIVER = smtp
MAIL_HOST = smtp . mailtrap . io
MAIL_PORT = 2525
MAIL_USERNAME = xxxxxxxxxxx
MAIL_PASSWORD = xxxxxxxxxxx
MAIL_ENCRYPTION =
MAIL_FROM = no - reply @ ndiecodes . com
N / B:对于安全通道,MAIL_ENCRYPTION应该为tls或ssl对于不安全通道,应为blank 。
用法
const Mail = require ( "node-mail-helper" ) ;
const path = require (
【文件预览】:
node-mail-helper-master
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(19B)
----index.js(3KB)
----package-lock.json(4KB)
----package.json(659B)