Guest User

Untitled

a guest
Feb 8th, 2018
2,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. module.exports = {
  2. ...,
  3. mailer: {
  4. smtpConfig: {
  5. host: 'smtp.yandex.ru',
  6. port: 465,
  7. secure: true, // true for 465, false for other ports 587
  8. auth: {
  9. user: '...',
  10. pass: '...'
  11. }
  12. }
  13. }
  14. };
Add Comment
Please, Sign In to add comment