SMTP check not working with TCP
See original GitHub issueGetting the following response on a SMTP port check (587 as well as 465)
connect EHOSTUNREACH xx.xx.xx.xx:587
The IP listed in the error above is my IP for my server.
(node:19) UnhandledPromiseRejectionWarning: Error: connect EHOSTUNREACH 142.251.2.109:587
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)
(node:19) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 62)
I checked that IP in the log, and it looks like it belongs to google? It is not the IP of any of my servers.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Troubleshoot SMTP connectivity or timeout issues with ... - AWS
Troubleshoot the application's TCP connection · 1. Run the following telnet, netcat (nc), or Test-NetConnection commands. · 2. Note the output. · 3 ......
Read more >How to Check if SMTP Port 587 is Not Blocked - Hostinger
Having issues with your SMTP connection? In this guide, you'll learn how to check whether your SMTP port 587 is blocked.
Read more >How to test connectivity between a workstation and the SMTP ...
In some cases it may be necessary to troubleshoot SMTP server connectivity from a workstation. A simple way to test this connection is...
Read more >Troubleshooting SMTP Connectivity from External Senders
In this article we're going to look at troubleshooting email delivery problems from external senders, focusing on SMTP connectivity.
Read more >Determining problems with e-mail - IBM
To identify likely sources of Simple Mail Transfer Protocol (SMTP) problems, follow these steps: Verify that TCP/IP is configured for e-mail.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It’s running on a VPS, have it working with other services going to the same host with no issues.
Seems like the host is doing something “funky” … Put in a ticket. Thanks all!