Advertisement
JamesBops

Untitled

Jan 12th, 2023
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. port: 4000,
  2. email: '[email protected]',
  3. mailer: {
  4. pool: true,
  5. host: 'email-smtp.us-east-1.amazonaws.com',
  6. port: 465,
  7. secure: true, // use TLS
  8. auth: {
  9. user: 'AKIAJ4ZYA2DRHUKELDHQ',
  10. pass: 'AkDmWzRibOToULyhaEs9+jShtqVun1v28iQMa/aOdGX2'
  11. }
  12. }
  13. };
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement