文件名称:nodemailer-gmail:使用 nodemailer 和 Gmail 发送邮件的模块
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-17 04:10:29
JavaScript
使用 nodemailer 和 Gmail 发送邮件的示例节点模块 用法 : git clone https://github.com/DavidVeloso/nodemailer-gmail.git cd nodemailer-gmail npm install 在config/config设置将发送电子邮件的 gmail 帐户在app.js设置邮件以进行测试 node app
【文件预览】:
nodemailer-gmail-master
----.gitignore(9B)
----app.js(561B)
----app()
--------services()
----package.json(202B)
----LICENSE(1KB)
----README.md(318B)
----config()
--------config.js(110B)