Email Domain Setup
Send surveys from your own domain (e.g., surveys@yourdomain.com) for better deliverability and brand recognition.
Why Use a Custom Domain?
| Benefit | Description |
|---|---|
| Brand Recognition | Emails appear from your domain, not @pollarix.com |
| Improved Deliverability | Authenticated domains have better inbox placement |
| Professional Appearance | Builds trust with survey recipients |
| Consistent Branding | Match your corporate email identity |
Setup Overview
Step-by-Step Guide
Enter Your Domain
Navigate to Settings > Email > New Domain and enter your domain name
Get DNS Records
Pollarix generates CNAME records for DKIM authentication
Configure DNS
Add the records to your DNS provider (Cloudflare, GoDaddy, etc.)
Verify Records
Click 'Verify' to confirm DNS propagation
Add Email Addresses
Add sender emails like surveys@yourdomain.com
Required DNS Records
You'll need to add 3 CNAME records for DKIM authentication via Amazon SES:
| Purpose | Record Type | Example Host | Example Value |
|---|---|---|---|
| DKIM 1 | CNAME | abcdef._domainkey | abcdef.dkim.amazonses.com |
| DKIM 2 | CNAME | ghijkl._domainkey | ghijkl.dkim.amazonses.com |
| DKIM 3 | CNAME | mnopqr._domainkey | mnopqr.dkim.amazonses.com |
Provider-Specific Instructions
- Cloudflare
- GoDaddy
- AWS Route53
- Namecheap
Cloudflare Setup
- Log in to Cloudflare Dashboard
- Select your domain
- Go to DNS > Records
- Click Add record for each:
Type: CNAME
Name: abcdef._domainkey
Target: abcdef.dkim.amazonses.com
TTL: Auto
Set proxy status to DNS only (gray cloud). Orange cloud will cause verification to fail!
GoDaddy Setup
- Log in to GoDaddy
- Select domain > DNS
- Click Add under Records
Type: CNAME
Name: abcdef._domainkey (just subdomain, not full domain)
Value: abcdef.dkim.amazonses.com
TTL: 1 Hour
GoDaddy may take 15-30 minutes to propagate changes.
AWS Route53 Setup
- Open Route53 Console
- Select Hosted Zone
- Click Create record
Record name: abcdef._domainkey
Record type: CNAME
Value: abcdef.dkim.amazonses.com
TTL: 300
Verification Status
After adding records, click Verify in Pollarix:
| Status | Icon | Meaning |
|---|---|---|
| Verified | ✅ | Record found and correct |
| Pending | ⏳ | Awaiting verification |
| Failed | ❌ | Record not found or incorrect |
If Verification Fails
Verify with Command Line
dig abcdef._domainkey.yourdomain.com CNAME
# Or use online tools:
# - mxtoolbox.com/CNAMELookup.aspx
# - dnschecker.org
Adding Sender Emails
After verification, add email addresses:
- Click Add Emails
- Select verified domain
- Enter addresses (comma-separated):
surveys@yourdomain.com, feedback@yourdomain.com - Click on each to set display name
Example Display Names:
| Display Name | Recipients See | |
|---|---|---|
nps@company.com | Customer Feedback | Customer Feedback <nps@company.com> |
hr@company.com | HR Department | HR Department <hr@company.com> |
DNS Record Details
Why DKIM Matters
- Authentication: Proves emails are legitimately from your domain
- Anti-spoofing: Prevents attackers from forging your domain
- Deliverability: Gmail, Outlook favor authenticated emails
- Compliance: Required for many enterprise policies
Best Practices
Domain Selection
| Strategy | Example | Use Case |
|---|---|---|
| Subdomain | surveys.company.com | Isolate survey reputation |
| Separate domain | company-surveys.com | Full separation |
| Main domain | company.com | Simple setup |
Use a subdomain like surveys.yourdomain.com to isolate survey email reputation from your main domain.
Email Address Strategy
| Address | Use Case |
|---|---|
nps@surveys.company.com | NPS surveys |
feedback@surveys.company.com | General feedback |
support@surveys.company.com | Support follow-ups |
hr@surveys.company.com | Employee surveys |
Troubleshooting
DNS records not verifying
| Issue | Solution |
|---|---|
| Records just added | Wait 15-30 minutes for propagation |
| Still failing after hours | Check for typos in record values |
| Cloudflare proxy | Disable proxy (use DNS only mode) |
| Incorrect host format | Some providers need full host, others just subdomain |
Emails going to spam
- Verify all DNS records are valid
- Check your domain isn't blacklisted
- Ensure email content isn't triggering spam filters
- Warm up the domain gradually (don't send high volume immediately)
- Add SPF record if not already configured
API Reference
| Endpoint | Method | Description |
|---|---|---|
/email-domain/department/{id} | GET | List all domains |
/email-domain | POST | Create domain |
/email-domain/{id}/records | GET | Get DNS records |
/email-domain/{id}/verify | POST | Verify domain |
/email-domain/{id} | PUT | Update emails |
/email-domain/department/{id}/emails | GET | List sender emails |
Summary
| Step | Action |
|---|---|
| 1 | Enter domain name in wizard |
| 2 | Add 3 CNAME records to DNS |
| 3 | Wait for DNS propagation |
| 4 | Verify records in Pollarix |
| 5 | Add sender email addresses |
| 6 | Configure display names |
| 7 | Use custom emails in collectors |
Your custom domain is now ready to send professional, branded survey emails!