mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-06 13:14:34 +08:00
v1.0.8
This commit is contained in:
parent
88e1271120
commit
d54048ab95
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const transporter = nodemailer.createTransport({
|
|||
});
|
||||
|
||||
let sent = 0;
|
||||
let total = 5;
|
||||
let total = 1;
|
||||
let startTime = Date.now();
|
||||
|
||||
function send() {
|
||||
|
|
Loading…
Add table
Reference in a new issue