This is the 7th in a series of posts leading up to Node.js Knockout on using Nodemailer. This post was written by Node Knockout judge and Nodemailer creator Andris Reinman. tl;dr — How to send an e-mail using Nodemailer Install Nodemailer > npm install nodemailer Include the module in your script and create a reusable transport object var nodemailer = require("nodemailer"); var smtpTransport = nod