Domains
To send emails with ToSend, you need to verify ownership of your domain by adding DNS records.
Adding a Domain
- Go to Domains in your dashboard
- Click Add Domain
- Enter your domain name (e.g.,
yourdomain.com)
DNS Records
After adding a domain, you’ll need to configure three DNS records with your DNS provider.
DKIM Record
DKIM (DomainKeys Identified Mail) verifies that emails are authorized by the domain owner.
| Type | Name | Value |
|---|---|---|
| TXT |
The DKIM value is a long string containing your public key. Copy the entire value from your dashboard.
SPF Record
SPF (Sender Policy Framework) authorizes ToSend to send emails on behalf of your domain.
| Type | Name | Value |
|---|---|---|
| TXT |
MX Record
The MX record enables bounce and complaint handling.
| Type | Name | Priority | Value |
|---|---|---|---|
| MX | 10 |
DMARC Record (Recommended)
DMARC protects your domain from email spoofing and improves deliverability. Add this after DKIM and SPF are verified.
| Type | Name | Value |
|---|---|---|
| TXT |
Verification Status
After adding DNS records, your domain will go through these statuses:
| Status | Description |
|---|---|
| Pending | DNS records are being verified. This can take up to 72 hours. |
| Verified | Domain is ready to send emails. |
| Failed | DNS records were not detected within 72 hours. Check your configuration. |
Sending DNS Instructions
You can email the DNS configuration instructions to your domain administrator:
- Go to Domains → select your domain
- Click Send DNS Instructions
- Enter the recipient email address
This is limited to 3 emails per domain per day.
Deleting a Domain
To remove a domain:
- Go to Domains → select your domain
- Click Delete Domain
- Confirm the deletion
Domain Statistics
Each domain shows sending statistics for the last 30 days:
- Total emails sent
- Verification status
- Date added