How to Add DNS Email Records to Your Domain

How to Add DNS Email Records to Your Domain

By Michael Thompson

January 21, 2025 at 02:32 PM

Email DNS Configuration Guide

Set up essential email-related DNS records to properly configure email services for your domain. This guide covers MX, DKIM, DMARC, SPF, and SRV records.

MX Records (Mail Exchange)

MX records direct email traffic to the correct mail servers. To add an MX record:

  1. Navigate to DNS Settings > Custom Records
  2. Click Add Record
  3. Select MX from Type dropdown
  4. Enter @ in Host field (or subdomain if applicable)
  5. Add priority number (0-255)
  6. Enter mail server URL in Data field
  7. Save changes

Popular email providers have preset configurations available for:

  • Google Workspace
  • Microsoft 365
  • Fastmail
  • Proton Mail
  • Neo
  • Titan
  • iCloud
  • Zoho Mail

Table display screen

Table display screen

DKIM and SPF Records

These TXT records verify email authenticity and prevent unauthorized sending:

  1. Access DNS Settings > Custom Records
  2. Click Add Record
  3. Choose TXT/CNAME type
  4. Enter host information or @ in Host field
  5. Add DKIM/SPF record in Data field
  6. Save changes

DMARC Records

DMARC validates your domain for email marketing:

  1. Go to DNS Settings > Custom Records
  2. Select TXT type
  3. Enter _dmarc in Host field
  4. Add provided TXT record value
  5. Save changes

Note: Only one DMARC record is allowed per domain. Combine multiple records if needed.

SRV Records

To add Service Records:

  1. Collect required information:

    • Service name
    • Protocol
    • Priority/TTL (optional)
    • Weight
    • Port
    • Target
  2. Add record:

    • Select SRV type
    • Enter Service._Protocol in Host field
    • Add Priority if applicable
    • Enter Weight, Port, and Target in Data field
    • Save changes

For troubleshooting assistance, consult your DNS provider's support documentation.

Related Articles

Previous Articles