Send mail using nodeJS
- Install NodeJS
- Clone Repository
- npm install Nodemailer
- Create
.env
file on root and paste to content ofenv-sample
to.env
- Make sure you have working Email credentials in your
.env
file - Run
npm start
ornode index.js
to start the app