Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. mail: {
  2. transport: 'SMTP',
  3. options: {
  4. host: 'yourdomain.com',
  5. secureConnection: true,
  6. port: 465,
  7. auth: {
  8. user: 'ghost@yourdomain.com',
  9. pass: '****'
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement