Basic Node Mail which actually works Setup Instructions clone the repo git clone https://github.com/hereshem/Node-Mail run node server.js goto browser and type http://localhost:3000 Environemnt Variables MAIL_HOST - smtp provider hostname MAIL_PORT - smtp port MAIL_USER - smtp username MAIL_PASS - smtp password MAIL_FROM - from email address MAIL_SECURE - True if port is 465, otherwise false