Guest User

Untitled

a guest
Aug 14th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const transporter = nodemailer.createTransport({
  2. host: 'mail.privateemail.com',
  3. port: 465,
  4. secure: true,
  5. auth: {
  6. user: 'silencer.web@gmail.com',
  7. pass: 'here goes my password',
  8. },
  9. });
Add Comment
Please, Sign In to add comment