Guest User

Untitled

a guest
Jul 6th, 2018
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var transporter = nodemailer.createTransport({
  2. service: 'gmail',
  3. auth: {
  4. user: 'example@gmail.com', // here use your real email
  5. pass: 'here I put my password' // put your password correctly (not in this question please)
  6. }
  7. });
Add Comment
Please, Sign In to add comment