October 28, 2019
2min Read
Edgaras G.

Before you get to use SMTP port 587 to send out emails, you need to check its connection first. Here, we will show you how to check if the SMTP port 587 is not blocked. By the end of this article, you’ll be able to know whether or not you can integrate the port with your email service.
Port 587 is the default mail submission port that supports all types of SMTP data transmission. Supported by the majority of servers, this port is a popular choice for handling mail submissions. Combined with TLS encryption, SMTP port 587 ensures your emails are secure and delivered safely.
Despite port 587’s popularity, not all hosting services support it. Therefore, it’s essential to check the port’s availability before integrating it with your email service.
Here’s a step-by-step guide on how to check if SMTP port 587 is not blocked:
Here’s how to access the system console in either Windows, Linux, and macOS:

Telnet is a network protocol that enables remote control over computers. It also lets you test whether a specific port is accessible or not. We’ll be using the Windows command prompt for this example.
Here’s how to use telnet command to check SMTP port 587 connection:
telnet yourdomain.tld 587
Note: This message may vary from system to system.

As hosting services don’t support SMTP port 587, it’s essential to check the port’s connection before integrating it with an email service. We hope this tutorial helps you verify whether or not the port is blocked on your network.
August 29 2019
This is great Advice. Love it. keep up the good work.
September 02 2019
Perfect! Nice quick way to test, thank you :)
Leave a reply