Send-Mail (send-mail) Example - Sending email with nodejs Install the dependencies npm install Start the app in development npm start Example Configuration const userMail = 'youremail@outlook.com' const userName = 'Your user name' const passMail = 'Your password'