Skip to content

Instantly share code, notes, and snippets.

@hamishdickson
Created August 21, 2014 07:37
Show Gist options
  • Save hamishdickson/57ba6208ac2b81ee2647 to your computer and use it in GitHub Desktop.
Save hamishdickson/57ba6208ac2b81ee2647 to your computer and use it in GitHub Desktop.
var smtpTransport = nodemailer.createTransport({
service: 'service',
auth: {
user: 'username',
pass: 'password'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment