Skip to content

Instantly share code, notes, and snippets.

@kemalekren
Created December 14, 2019 13:47
Show Gist options
  • Save kemalekren/8b7068afc00c762ab6c99e1f525117d6 to your computer and use it in GitHub Desktop.
Save kemalekren/8b7068afc00c762ab6c99e1f525117d6 to your computer and use it in GitHub Desktop.
admin.initializeApp();
let transporter = nodemailer.createTransport({
service: 'gmail',
auth: {
user: 'yourGmailAdress',
pass: 'yourGmailPassword'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment