Objective
Enable DomainKeys Identified Mail (DKIM) to improve email authentication and deliverability using 8x8-managed DKIM keys.
Applies To
- 8x8 Contact Centre
- Outbound Emails sent via the 8x8 Contact Center Internal SMTP Server, with the from address on your domain.
Procedure
Decide if you will use 8x8-Managed DKIM Keys (recommended) or Use Your Own DKIM Keys. Then follow the steps in the relevant section for all of the domains that are used for sending emails from your 8x8 Contact Centre.
After setup, we recommend testing your email deliverability to ensure that DKIM signing is functioning correctly and your emails are being properly authenticated.
8x8-Managed DKIM Keys
- Add CNAME Records to Your DNS, these records allow 8x8 to authenticate your emails by using our managed DKIM keys.
- CNAME Record 1: vcc_s1._domainkey CNAME vcc_s1._domainkey.vcc.8x8.com.
- CNAME Record 2: vcc_s2._domainkey CNAME vcc_s2._domainkey.vcc.8x8.com.
- Ensure that the CNAME records are correctly added and have propagated across the DNS.
Use Your Own DKIM Keys
This option allows organisations to manage their own DKIM setup for greater control over their email authentication process. By generating their own DKIM keys, organisations can implement a customised email signing approach. Here's how it works:
- Generate both public and private DKIM keys to handle email signing and verification.
- The public key must be added to the DNS as a TXT record. This involves creating a record with a specific format:
- Record Name: <selector>._domainkey.<yourdomain.com>
- Record Content: v=DKIM1; k=rsa; p=<your-public-key>
- Provide the private keys and selectors to 8x8, along with a list of domains this has been set up and request that these are added to the 8x8 Contact Centre email relays
Additional Information
Implementing DKIM (DomainKeys Identified Mail) is essential for optimising email deliverability by ensuring that your emails are authenticated and trusted by recipient servers. With DKIM, you reduce the risk of your messages being filtered into spam folders, as many email providers utilise these signatures to verify authenticity. This is important for reliable delivery to your recipients' inboxes.
Please also see Sender Policy Framework (SPF) Settings for Sending Emails Using 8x8 Contact Center Internal SMTP Server