Skip to content

一个批量发送邮件的脚本,可以自定义邮件内容和发送间隔时间。

Notifications You must be signed in to change notification settings

Drac0nids/batchEmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

batchEmail

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

安装nodemailer

npm install nodemailer

使用

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

运行

node sendmail.js

About

一个批量发送邮件的脚本,可以自定义邮件内容和发送间隔时间。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published