Simple Node.js/Express app using Nodemailer to send emails from a form
- body-parser
- express
- express-handlebars
- nodemailer
- nodemon
npm install
to install dependencies
- add your own SMTP info for it to work
- You can use mailtrap to test the app
- type
nodemon
in your terminal - goto
localhost:8000
in browser - fill in the form details and click submit