Sunil Kumarshunnu.hashnode.dev·Aug 12, 2023Sending Emails with Node.js and Nodemailer: A Complete GuideIntroduction Sending emails programmatically is an essential feature for many web applications. Whether it's sending account verification emails, notifications, or updates, the ability to send emails from your Node.js application is crucial. In this ...47 readsnodemailer
Kavindra Senanayakedevkavin.hashnode.dev·May 5, 2023How to set up Gmail SMTP to Send Verification OTPs and Other Security CodesSending verification OTPs (One-Time Passwords) and other security codes is an important part of online services and applications. If you use Gmail to send these codes, you might have noticed that the "less secure apps" option is no longer available. ...5 likes·240 reads2 Factor Authentication