会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
泰坦
来自全栈的召唤
管理
2020年7月27日
Node.js - 群发邮件
摘要: 一、安装邮件服务模块 - nodemailer npm install --save nodemailer 二、新建一个 js 文件,配置 nodemailer (下面以 QQ 邮箱为例) "use strict"; const nodemailer = require('nodemailer');
阅读全文
posted @ 2020-07-27 01:11 elfpower
阅读(811)
评论(1)
推荐(0)
编辑