Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 458 Bytes

batchEmail

一个nodejs编写的批量发送邮件的脚本,可以自定义邮件内容和发送间隔时间。可用于钓鱼邮件演练中发送钓鱼邮件。

安装nodemailer

npm install nodemailer

使用

email-list.txt 为代发送邮箱列表,每行一个邮箱
email.html 为html格式的邮件内容
通过修改index * 5000 后面的5000为其它值,设置邮件发送速率,5000为5秒

运行

node sendmail.js