Domains
Configure and verify your sending domains for email delivery.
Domains are essential for sending emails from your own addresses like [email protected]. LiteStartup requires domain verification to ensure email deliverability and protect your sender reputation.
Getting Started
- Go to Domains from the sidebar
- Click Add Domain to add your domain
- Configure DNS records
- Verify your domain
- Create domain emails to start sending
Adding a Domain
Step 1: Add Domain
- Click Add Domain
- Enter your domain name (e.g.,
yourdomain.comormail.yourdomain.com) - Click Add
Step 2: Configure DNS Records
After adding a domain, the system will generate the specific DNS records you need to configure. Go to your domain detail page to view them.
Typical records include:
| Type | Purpose |
|---|---|
| MX | Receive emails (inbound) |
| MX | Bounce/complaint handling (feedback) |
| TXT (SPF) | SPF authentication |
| TXT (DKIM) | DKIM signing (litestartup._domainkey) |
| TXT (DMARC) | DMARC policy |
Note: The exact record names and values are unique to your domain. Copy them from the domain detail page in LiteStartup.
Step 3: Verify Domain
- Add all DNS records to your domain provider
- Wait for DNS propagation (5-15 minutes)
- Click Verify in LiteStartup
- Domain status changes to Verified when complete
Cloudflare Automatic Setup
If you use Cloudflare for DNS, you can use automatic setup:
- Go to your domain detail page
- Create a Cloudflare API Token with Edit zone DNS permission
- Paste the token in the domain setup page
- Click Setup Automatically
- DNS records are added automatically
Domain Status
| Status | Description |
|---|---|
| Pending | Domain added, awaiting DNS configuration |
| Verifying | DNS records detected, verification in progress |
| Verified | Domain verified, ready to send emails |
| Failed | Verification failed, check DNS records |
Managing Domains
View Domain Details
Click on a domain to see:
- Verification status
- DNS records
- Associated domain emails
- Configuration options
Update Domain Settings
- Click on a domain
- Update settings as needed
- Click Save
Delete Domain
- Click Delete on a domain
- Confirm deletion
Warning: Deleting a domain will also delete all associated domain emails.
Domain Limits
| Plan | Domain Limit |
|---|---|
| Free | 1 domain |
| Pro | 10 domains |
| Enterprise | Unlimited |
Troubleshooting
Domain Not Verifying
- Check DNS records - Ensure all records are added correctly
- Wait for propagation - DNS changes can take up to 48 hours
- Check for typos - Verify record names and values exactly match
- Check TTL - Lower TTL values propagate faster
Common DNS Issues
| Issue | Solution |
|---|---|
| SPF record conflict | Merge with existing SPF record |
| DKIM not found | Check litestartup._domainkey record |
| MX record missing | Add MX record for receiving emails |
API Access
Manage domains programmatically via the Domains API:
- List Domains
- Add Domain
- Get Domain
- Verify Domain
- Verify Polling
- Config Domain
- Update Domain
- Delete Domain
Best Practices
- Use a subdomain - Consider
mail.yourdomain.comto separate email infrastructure - Set up all records - SPF, DKIM, and DMARC improve deliverability
- Monitor status - Check domain health regularly
- Keep DNS updated - Update records if LiteStartup provides new values
Last updated: March 11, 2026