MX Record Lookup Tool

Looking up MX records...

What is a DNS MX Record?

An **MX (Mail Exchange)** record is a type of DNS record that specifies the mail servers responsible for accepting email messages on behalf of a domain. When someone sends an email to user@example.com, the sending mail server performs a DNS lookup to find the MX records for example.com. These records direct the email to the correct mail server for processing and delivery.

The Importance of Priority

MX records include a **priority** number (a lower number means higher priority). This allows domain administrators to set up primary and backup mail servers.

MX Record Format

An MX record has the following structure:

[Domain Name] [TTL] IN MX [Priority] [Mail Server Hostname]

Our tool queries for these records and displays them sorted by priority, so you can easily see your primary and backup mail configurations.