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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -