javascript - Angular/ Node.js Website - Automatic mail notification -


i want check every 12hours, if new things available users. if so, email should send automatically server. took @ https://nodemailer.com, don't know if thats right tool; important thing is, server e.g. @ midnight runs job automatically , sends mails.

can give me advice?

yes, can use nodemailer sure, there other mailing modules mailgun. need use 1 of these module send mails. it's easy use. can use event module fire event @ midnight check updates , send mail.


Comments

Popular posts from this blog

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

c++ - llvm function pass ReplaceInstWithInst malloc -

python - IO.UnsupportedOperation: Not Writable -