MX record
checker
Look up the mail exchange records for any domain. See mail server priority, check for redundancy, and diagnose email delivery problems.
How email finds its destination.
MX records are the address book of email routing — without them, no one can send you mail.
Sender looks up MX
When someone sends to you@domain.com, their mail server queries DNS for the MX records of domain.com. The priority numbers tell it which server to try first.
Connection to port 25
The sending server opens an SMTP connection to port 25 on your mail server's hostname. If the connection fails, it tries the next MX in priority order.
Authentication checks
Your mail server runs SPF, DKIM, and DMARC checks on the incoming message. Failures may cause the message to be filtered or rejected depending on your policy.
Email that reaches the inbox.
Plunk handles SPF, DKIM, and DMARC setup and keeps your sending reputation clean so email lands in the inbox.