Skip to content

Instantly share code, notes, and snippets.

@Akababa
Created October 11, 2017 04:18
Show Gist options
  • Save Akababa/fed4c64988156098e927a1751894f183 to your computer and use it in GitHub Desktop.
Save Akababa/fed4c64988156098e927a1751894f183 to your computer and use it in GitHub Desktop.
nodemailer bug
const nodemailer = require('nodemailer');
var asd = nodemailer.createTransport({
service:'Gmail',
auth: {
type: 'OAuth2',
user: "ASDASD",
serviceClient: "ASDASD",
private_key: "ASDASD",
access_token: "ASDASD",
refresh_token: "ASDASD",
expires: 3600
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment