Check whether a TCP port accepts connections from the public internet, and how long it takes to answer.
An open port proves something is listening. Whether mail from that host is accepted by anyone else depends on records that have nothing to do with the port.
It checks whether a specific TCP port on a host accepts connections, and measures the connect time.
Either nothing is listening on that port, or a firewall is dropping the connection before it completes.