Sending Mail Via Nodemailer Using Your Gmail With OAuth2
Sending email out from your application is pretty much a requirement. Because you want consistency in such an important aspect of your functionality, you will want to choose a reliable mail service, so I chose to use Gmail as SMTP. It turns out, the simple way is to turn on a feature called “less secure […]