We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f5ac4 commit 1e6fa21Copy full SHA for 1e6fa21
lib/send-mail.ts
@@ -181,7 +181,7 @@ export async function sendMail(mail: IParsedMBox,
181
Object.assign(transportOpts, JSON.parse(smtpOpts));
182
}
183
184
- await new Promise(res => setTimeout(res, 5000)); // Sleep 5 seconds
+ await new Promise(res => setTimeout(res, 5000)); // Sleep for 5 seconds
185
186
return new Promise<string>((resolve, reject) => {
187
const transporter = createTransport(transportOpts);
0 commit comments