Create a key to copy examples filled with your team.
Add and verify a domain
Publish DKIM and return-path, then send from that domain.
Add a sending domain, then publish the DKIM CNAME and the return-path CNAME. Sending stays blocked until both verify. The SPF include is optional.
Publish DNS
- Add the domain in the dashboard.
- Publish the DKIM CNAME
{selector}._domainkey.{domain}→{team_id}-{domain_id}.{dkim_zone}. - Publish the return-path CNAME
rp.{domain}→ the return-path zone. - Optionally add a TXT
v=spf1 include:{spf_include} ~all. - Click Check DNS.
| Host | Value |
|---|---|
{selector}._domainkey.{domain} |
CNAME to {team_id}-{domain_id}.{dkim_zone} |
rp.{domain} |
CNAME to the return-path zone |
TXT on {domain} |
v=spf1 include:{spf_include} ~all. Optional. |
We rewrite MAIL FROM to
{id}@rp.{domain}so bounces come back to us.