Skip to content

Instantly share code, notes, and snippets.

@hamishdickson
Created August 21, 2014 07:44
Show Gist options
  • Save hamishdickson/4c5a801d2e903fc9fd26 to your computer and use it in GitHub Desktop.
Save hamishdickson/4c5a801d2e903fc9fd26 to your computer and use it in GitHub Desktop.
smtpTransport.sendMail(mailOptions, function (error, response) {
if (error) {
console.log('Error sending email!');
} else {
console.log('Email sent!');
}
smtpTransport.close();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment