Email delivery using MX records follows this process:
- Sender's mail server: Looks up MX records for the recipient's domain via DNS
- DNS response: Returns one or more MX records, each containing a mail server hostname and a priority value
- Connection: The sending server connects to the mail server with the lowest priority number (highest priority) via SMTP
- Delivery: The email is transferred to the recipient's mail server for storage and retrieval