Domains
Your own domain, verified in minutes.
Add a domain, publish five DNS records, and send. Verification is re-checked on every request, so there is nothing to click.
Adding a domain returns the exact records to publish: three DKIM CNAMEs, an SPF TXT record and a DMARC TXT record. Verification checks the three DKIM records, and we re-check them every time you fetch the domain, so it flips to verified on its own once DNS has propagated.
SPF and DMARC are not required to verify, but they are what gets you into the inbox, so we give you the records to publish. The SPF include points at spf.staging.avelto.dev rather than the provider directly, which means the record you publish stays valid even if the sending infrastructure behind it changes.
- Five records, printed for you, with what each one is for
- Re-checked automatically until it verifies
- One SPF include that stays valid over time
Records to publish
| Type | Name | Value | Purpose |
|---|---|---|---|
| CNAME | <token>._domainkey.mail.acme.com | <token>.dkim.amazonses.com | DKIM (three of these) |
| TXT | mail.acme.com | v=spf1 include:spf.staging.avelto.dev ~all | SPF |
| TXT | _dmarc.mail.acme.com | v=DMARC1; p=none; | DMARC |