Check email MX records and the priority of mail exchange servers. Find out whether a domain is configured to receive mail.
MX Lookup is a tool to inspect a domain's mail DNS settings. Before a mailbox can receive email, sending servers must find a path to it on the Internet. The MX (Mail eXchange) records in DNS point to the mail servers responsible for a domain, each with a priority value (lower = preferred). If a domain has no MX records, or they point to the wrong servers, it cannot receive mail.
This page queries the domain's authoritative name servers (or a DNS server you choose) and lists the MX records it returns, so you can confirm the mail is configured correctly. It is a pure DNS lookup - nothing is sent to the mail server.
When you change a domain's MX records at your registrar or DNS host, the change does not take effect everywhere at once. DNS servers around the world cache the old records for the length of their TTL (time-to-live), so for a while some resolvers still answer with the previous mail servers. This page lets you see exactly what any given DNS server returns right now.
To confirm your own domain has picked up the new records:
After each lookup the result shows a live countdown of the TTL still remaining on the answering server. While it counts down, that server keeps returning the same cached records; once it hits zero the server discards them and fetches fresh data on the next query — which is when your new MX records become visible there.
Tip: Your domain's authoritative name server always returns the current records with no caching delay, so query it directly to confirm a change immediately, then watch the public resolvers catch up as their TTLs expire.
Once your mail servers are live, test that they actually accept mail:SMTP check with telnet · Online SMTP test