Guest User

Untitled

a guest
Jan 28th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. 2018-01-28T22:28:24.689274+00:00 app[web.1]: { Error:
  2. authorization.failed (timedout while connecting to smtp server)
  3. 2018-01-28T22:28:24.689286+00:00 app[web.1]: at module.exports
  4. (/app/node_modules/emailjs/smtp/error.js:2:13)
  5. 2018-01-28T22:28:24.689290+00:00 app[web.1]: at failed
  6. (/app/node_modules/emailjs/smtp/smtp.js:501:28)
  7. 2018-01-28T22:28:24.689292+00:00 app[web.1]: at response
  8. (/app/node_modules/emailjs/smtp/smtp.js:506:13)
  9. 2018-01-28T22:28:24.689293+00:00 app[web.1]: at caller
  10. (/app/node_modules/emailjs/smtp/smtp.js:48:14)
  11. 2018-01-28T22:28:24.689295+00:00 app[web.1]: at response
  12. (/app/node_modules/emailjs/smtp/smtp.js:198:9)
  13. 2018-01-28T22:28:24.689296+00:00 app[web.1]: at caller
  14. (/app/node_modules/emailjs/smtp/smtp.js:48:14)
  15. 2018-01-28T22:28:24.689298+00:00 app[web.1]: at TLSSocket.response
  16. (/app/node_modules/emailjs/smtp/smtp.js:178:11)
  17. 2018-01-28T22:28:24.689300+00:00 app[web.1]: at Object.onceWrapper
  18. (events.js:315:30)
  19. 2018-01-28T22:28:24.689302+00:00 app[web.1]: at emitOne
  20. (events.js:116:13)
  21. 2018-01-28T22:28:24.689304+00:00 app[web.1]: at TLSSocket.emit
  22. (events.js:211:7)
  23. 2018-01-28T22:28:24.689307+00:00 app[web.1]: code: 3,
  24. 2018-01-28T22:28:24.689308+00:00 app[web.1]: previous: { Error:
  25. timedout while connecting to smtp server
  26. 2018-01-28T22:28:24.689310+00:00 app[web.1]: at module.exports
  27. (/app/node_modules/emailjs/smtp/error.js:2:13)
  28. 2018-01-28T22:28:24.689312+00:00 app[web.1]: at TLSSocket.timedout
  29. (/app/node_modules/emailjs/smtp/response.js:32:29)
  30. 2018-01-28T22:28:24.689313+00:00 app[web.1]: at Object.onceWrapper
  31. (events.js:313:30)
  32. 2018-01-28T22:28:24.689314+00:00 app[web.1]: at emitNone
  33. (events.js:106:13)
  34. 2018-01-28T22:28:24.689315+00:00 app[web.1]: at TLSSocket.emit
  35. (events.js:208:7)
  36. 2018-01-28T22:28:24.689316+00:00 app[web.1]: at
  37. TLSSocket.Socket._onTimeout (net.js:407:8)
  38. 2018-01-28T22:28:24.689318+00:00 app[web.1]: at ontimeout
  39. (timers.js:475:11)
  40. 2018-01-28T22:28:24.689319+00:00 app[web.1]: at tryOnTimeout
  41. (timers.js:310:5)
  42. 2018-01-28T22:28:24.689320+00:00 app[web.1]: at Timer.listOnTimeout
  43. (timers.js:270:5) code: 4, smtp: undefined },
  44. 2018-01-28T22:28:24.689322+00:00 app[web.1]: smtp: undefined }
  45.  
  46. var server = email.server.connect({
  47. user: email,
  48. password: pass,
  49. host: "smtp-mail.outlook.com",
  50. tls: { ciphers: "SSLv3" }
  51. });
  52.  
  53. var https = require('https');
  54. https.globalAgent.options.secureProtocol = 'SSLv3_method';
Add Comment
Please, Sign In to add comment