today we will be learning about how to Sending mails from node js. To make a simple website at first we need to initialize a simple express app we require express, path, body-parser, nodemailer. First we need to make install all of these modules with. we initialize express with var app = express(); than we […]