This page covers the app. To do it over the API instead, see Domains.
Verify a domain
Go to Settings → Domains and add the domain you’ll send from (sayyourcompany.com). The app returns the DNS records you need to publish with your provider.
1
Copy the records
One by one, all of them as a tab-separated block, or exported as CSV to hand to whoever manages your DNS.
2
Publish them at your DNS provider
Cloudflare, Route 53, GoDaddy, your hosting panel — wherever your domain’s records live.
3
Wait for propagation
DNS takes time. A few minutes with most providers, a few hours at worst. The app checks the status on its own.
What each record does
Two details break verification more often than anything else:
Each record’s name is relative to your domain. If your provider asks for the full name (FQDN), append your domain. Pasting an FQDN where a relative name is expected produces duplicated names like
_amazonses.yourdomain.com.yourdomain.com, and verification never passes.Status
DKIM is verified automatically by the sending provider once it sees the published records. SPF and DMARC aren’t verified the same way — those reports come from the receiving side — so RQE queries your DNS and checks the contents directly. While something is missing you’ll see partial verification; once everything is in place, ready to send.Create a sender
A sender is the address your recipient sees in the “From:” line —hello@yourcompany.com, sales@yourcompany.com. Create them under Settings → Senders.
Each sender is verified by email: RQE sends a message to that address and you confirm from there.
You can have several senders per project and pick which one each campaign or automation uses.
If something won’t verify
- Are the records published on the right domain? A typo in a record name is invisible at a glance. Compare against the app, character by character.
- Did you duplicate SPF or DMARC? See the warning above. This is the number one cause.
- Did you paste an FQDN where a relative name belongs? See the note above.
- Has enough time passed? If you published two minutes ago, wait.
- Is the sender verified too, not just the domain? They’re two separate steps.