What are MX records?
MX (Mail Exchange) records are DNS records that tell the internet where to deliver emails for a domain. When someone sends an email tohello@acme.com, the sending server looks up the MX records for acme.com to find out which mail server should receive the email.
MX records are the postal address of the email world — they direct mail to the right destination.
How MX records work
1
Email sent to hello@acme.com
The sending server needs to find out where to deliver the email.
2
DNS lookup
The server looks up MX records for
acme.com and finds mail.acme.com with priority 10.3
Delivery
The server connects to
mail.acme.com and delivers the email.Priority and failover
You can have multiple MX records with different priorities. The sending server tries the lowest number first:
If the primary server is down, the sending server automatically tries the next one. This gives you redundancy.
MX records and SendKit
When you add a domain in SendKit, we generate an MX record for thesend subdomain:
Why does SendKit need an MX record?
SendKit uses the MX record on thesend subdomain for two critical purposes:
1. Bounce handling
When an email can’t be delivered (invalid address, full mailbox, etc.), the recipient’s mail server sends a bounce notification back. The MX record tells it where to send that notification — back to SendKit, so we can:
- Mark the email as bounced in your dashboard
- Trigger the
email.bouncedwebhook - Track your bounce rate
- Mark the contact as complained
- Add them to the suppression list
- Trigger the
email.complainedwebhook
The MX record is on the
send subdomain only. It does not affect your root domain’s email delivery. Your regular email (Google Workspace, Outlook, etc.) is not impacted.MX records vs other DNS records
MX handles inbound email routing. SPF, DKIM, and DMARC handle outbound email authentication.
Common MX issues
FAQ
Will the MX record affect my regular email?
Will the MX record affect my regular email?
No. The MX record is on the
send subdomain (e.g., send.acme.com), not your root domain. Your existing email delivery through Google Workspace, Outlook, or any other provider is completely unaffected.What if I already have MX records on my domain?
What if I already have MX records on my domain?
That’s fine — SendKit’s MX record is on the
send subdomain, which is separate from your root domain’s MX records. They don’t conflict.Do I need the MX record for verification?
Do I need the MX record for verification?
Yes. The MX record is one of the three required DNS records for domain verification in SendKit (along with SPF and DKIM).

