简体   繁体   中英

Using nodemailer to send emails regularly

Hi I was wondering if anyone could provide some guidance for how I could go about implementing some functionality to set up scheduling with emailing using nodemailer.

Like Ideally I could schedule an email to send every day at 9am using nodemailer in a web app but I dont know where to begin. Right now I have set up my client side (in AngularJS) and service side code (nodeJS using nodemailer) to send the email the moment the user fills out a form and hits a send an email.

Or I would like to add an option to allow users to send an email in an hour

Thanks

您可以使用某些cron作业工具,例如node-cron

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM