Hi,
I have a Server based on Linux Debian 9.
I have a Problem. After I start the Server I get the following Error Code:
(node:25531) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead.
{ Error: connect ECONNREFUSED 127.0.0.1:587
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1117:14)
errno: 'ECONNREFUSED',
code: 'ECONNECTION',
syscall: 'connect',
address: '127.0.0.1',
port: 587,
command: 'CONN' }
DATABASE IS WORKING
(node:25531) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
After I trying to send an Email with the Code the Server crash with following Code:
Error occurred. connect ECONNREFUSED 127.0.0.1:587
Can some one help me?
Best regards
Dukes