MX Lookup Tool

Check mail exchange records for any domain

Domain Lookup
Enter a domain name to check its MX records and mail server configuration
What are MX Records?

MX (Mail Exchange) records are DNS records that specify the mail servers responsible for accepting email messages on behalf of a domain. They are essential for email delivery and must be properly configured for your domain to receive emails.

Key Components:

  • Priority: Lower numbers indicate higher priority mail servers
  • Mail Server: The hostname of the mail server (must be a fully qualified domain name)
  • TTL: Time To Live - how long the record should be cached

How MX Records Work:

  1. When someone sends an email to your domain, their mail server looks up your MX records
  2. The sending server tries to deliver to the highest priority (lowest number) server first
  3. If the primary server is unavailable, it tries the next priority server
  4. This process continues until the email is delivered or all servers fail