Send email using Nodejs
Prerequisites
an e-mail address (to be used for sending e-mails)
the package nodemail
npm install nodemail
# For typescript projects
npm install nodemail @types/nodemail
The email address used must have « 2-factor authentication enabled »...
zidev.hashnode.dev3 min read