Advertisement
Guest User

Untitled

a guest
Mar 27th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. mailer: {
  2. from: process.env.MAILER_FROM || 'xyz@gmail.com',
  3. options: {
  4. service: process.env.MAILER_SERVICE_PROVIDER || 'Gmail',
  5. auth: {
  6. user: process.env.MAILER_EMAIL_ID || 'xyz@gmail.com',
  7. pass: process.env.MAILER_PASSWORD || 'aaaaaa'
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement