Domain Configuration
Before you can send emails through AutoSend, you need to verify ownership of your sending domain. This ensures:
- Email deliverability: Verified domains have better inbox placement rates
 - Authentication: Proves you own the domain you’re sending from
 - Security: Prevents unauthorized use of your domain for sending emails
 - Compliance: Meets industry standards for email authentication (SPF, DKIM, DMARC)
 
We recommend using a subdomain (like 
mail.yourdomain.com or 
emails.yourdomain.com) instead of your
root domain. This provides better email deliverability and keeps your
transactional emails separate from your main domain’s reputation.
Step 1: Add Your Domain
Navigate to Settings > Domains in your AutoSend dashboard and click the Add Domain button.
- Enter your sending domain without 
http://orhttps:// Choose the AWS region closest to your users for optimal email delivery performance.
Available regions include:- US East (N. Virginia) - 
us-east-1 - US East (Ohio) - 
us-east-2 
- US East (N. Virginia) - 
 
The region you select will be used to send your emails and should be chosen based on where most of your recipients are located.
Step 2: Configure DNS Records
Once your domain is added, AutoSend will generate the required DNS records. You’ll need to add these records to your domain’s DNS settings. AutoSend requires two types of DNS records:
DKIM and SPF Records (Required)
These records enable email authentication and prevent email spoofing. You’ll typically see 3-4 records:
- Ownership Verification Record: Verifies you own the domain
 DKIM Record(s): Cryptographic signatures that prove email authenticity
Mail-From Record: Specifies authorized email sending servers (SPF)
Each record will have the following fields:
| Field | Description | 
|---|---|
| Type | DNS record type (CNAME or TXT) | 
| Name | The subdomain or host record | 
| Content/Value | The record value to add | 
| Priority | Used for MX records (usually not applicable) | 
| TTL | Time To Live - set to “Auto” or 3600 | 
DMARC Record (Optional but Recommended)
DMARC (Domain-based Message Authentication, Reporting & Conformance) adds an extra layer of email authentication and provides reporting on email authentication status.
Copy the exact values from AutoSend - even small typos can cause verification to fail
Some DNS providers add your domain name automatically - check your provider’s documentation
Use the copy button next to each record value in AutoSend to avoid errors
-  
All DKIM and SPF records must be added for successful verification
 
Step 3: Verify Your Domain
After adding all DNS records to your DNS provider:
Wait for DNS propagation (typically 5-30 minutes, but can take up to 48 hours)
- Navigate back to your domain details page in AutoSend
 - Click the “Verify Ownership” or “Check Verification” button
 
Verification Statuses
Your domain will progress through these statuses:
| Status | Badge Color | Description | Action Required | 
|---|---|---|---|
| Unverified | Red | No DNS records found | Add DNS records to your provider | 
| Pending | Orange | DNS records found, verification in progress | Wait for DNS propagation (5 mins - 2 hours) | 
| Verified | Green | Domain fully verified and ready to use | None - you can start sending! | 
| Verification Failed | Red | DNS records incorrect or missing | Check your DNS records and try again |