Brand domain SPF and DKIM configuration
Our branding system sends emails with your brand email address as sender email address to your customers. For our branding system to do so, our SPF-record needs to be added to your brand's email address if there's an active SPF-record in your domain's DNS settings. We also support DKIM, but this is optional and depends on DKIM being active for your brand's sending email address.
To setup our SPF-record and DKIM for your brand's sending email address, follow the instructions below.
SPF-record | DKIM |
SPF-record
- 1
- Add our SPF entry to your domain's SPF-record. The SPF entry is:
include:spf.mydomainprovider.com
- 2
-
Use an SPF tool to check if our SPF-record is active for your domain, we frequently use Kitterman for troubleshooting SPF- issues
- 3
- Your domain is now ready to use as sending domain for your Realtime Register branding email address
Important
If DKIM is active on your email's domain, the approval email may not arrive. Please add this CNAME record: mydomainprovider._domainkey.yoursrs-ote.com CNAME dkim.mydomainprovider.com. Then contact support to have DKIM activated for your account and to resend the approval email.
DKIM
- 1
- Add the below CNAME record to your domain's DNS settings (sendingdomain.com needs to be replaced with your sending domain)
mydomainprovider._domainkey.sendingdomain.com CNAME dkim.mydomainprovider.com
- 2
- Check if the CNAME record is active using a dig command
% dig cname mydomainprovider._domainkey.realtimeregister.com ; <<>> DiG 9.10.6 <<>> cname mydomainprovider._domainkey.realtimeregister.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25042 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;mydomainprovider._domainkey.realtimeregister.com. IN CNAME ;; ANSWER SECTION: mydomainprovider._domainkey.realtimeregister.com. 3600 IN CNAME dkim.mydomainprovider.com. <br>
- 3
-
Contact support and ask them to activate DKIM for your account. Make sure to inform our support department whether or not the CNAME record has already been created
- 4
-
Once support confirms DKIM is active for your account, you're all set and DKIM is active for the sending domain for your branding email address.