How to Configure DNS Records for Email Services in Squarespace

How to Configure DNS Records for Email Services in Squarespace

By Michael Chen

January 21, 2025 at 02:32 PM

Effective DNS record configuration is crucial for proper email functionality. Here's a comprehensive guide to setting up essential email-related DNS records.

MX Records

MX (Mail Exchange) records direct email traffic to the correct mail servers. To add MX records:

  1. Navigate to DNS Settings > Custom Records
  2. Click Add Record and select MX
  3. Enter @ in the Host field (or subdomain if applicable)
  4. Add Priority number (0-255)
  5. Input the email server URL in Data field
  6. Save changes

Popular email providers have predefined records available:

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

DKIM and SPF Records

These TXT records authenticate your email and prevent unauthorized sending:

  1. Access DNS Settings > Custom Records
  2. Select TXT or CNAME type
  3. Enter host information (or @ if none provided)
  4. Input DKIM or SPF record in Data field
  5. Save changes

email header in Squarespace

email header in Squarespace

DMARC Records

DMARC validates your domain for email campaigns:

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

Note: Only one DMARC record per domain is allowed. Multiple records must be combined using commas.

SRV Records

SRV records connect domains to email services:

  1. Collect required information:

    • Service name (_smtp, _sip)
    • Protocol (_tcp, _tls)
    • Priority/TTL (optional)
    • Weight (single digit)
    • Port number
    • Target URL
  2. Add record:

    • Type: SRV
    • Host: Service.Protocol
    • Priority: TTL number (if applicable)
    • Data: Weight Port Target
    • Save changes

For troubleshooting assistance, consult your domain provider's support documentation or contact their technical support team.

Related Articles

Previous Articles