How to authenticate your domain for deliverability on GetResponse
Domain authentication in GetResponse involves adding DKIM, SPF, and DMARC records to your DNS settings to verify domain ownership and improve email deliverability. This process helps prevent your emails from being marked as spam and builds trust with email providers.
Prerequisites
- Active GetResponse account
- Domain ownership and DNS access
- Basic understanding of DNS records
- Email address using your custom domain
Step-by-Step Instructions
Navigate to Domain Authentication Settings
Add Your Domain
Configure DKIM Record
getresponse._domainkey) and the Value/TXT Record. Go to your DNS provider and create a new TXT record with these values.Set Up SPF Record
include:smtp.getresponse.com to your existing SPF record, or create a new TXT record with the value: v=spf1 include:smtp.getresponse.com ~all.Add DMARC Record (Optional but Recommended)
_dmarc and value v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com. Replace 'yourdomain.com' with your actual domain in the email address.Verify DNS Records
Complete Authentication Process
Common Issues & Troubleshooting
DNS records not propagating
DNS changes can take up to 48 hours to propagate globally. Use tools like nslookup or online DNS checkers to verify records are live. Contact your DNS provider if records don't appear after 48 hours.
DKIM verification failing
Ensure you copied the entire DKIM record value without extra spaces or line breaks. Some DNS providers require quotes around TXT record values, while others don't - try both formats.
Multiple SPF records error
You can only have one SPF record per domain. If you have existing SPF records, merge them into a single record by combining all include: statements before the ~all or -all mechanism.
Domain shows as 'Pending' status
Wait for DNS propagation to complete, then click Verify again. If still pending after 48 hours, double-check all DNS records match exactly what GetResponse provided, including capitalization and punctuation.