Skip to content

Commit

Permalink
Mailer Somewhat Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jaison080 committed Dec 25, 2023
1 parent 9853fa1 commit 18a9e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const main = () => {
// await new Promise((resolve) => setTimeout(resolve, 15000));
// console.log("Resuming...");
// }

await transporter.sendMail(mailOptions);
console.log(`Sent QR code for id ${id} to ${email}`);
} catch (error) {
Expand Down

0 comments on commit 18a9e28

Please sign in to comment.