Enable DKIM for Brevo by publishing a TXT record that allows Brevo to cryptographically sign your email.
TXT
mail._domainkey
v=DKIM1; k=rsa; p=YOUR_PUBLIC_KEY_FROM_BREVO
Brevo provides the DKIM TXT record during domain authentication. The selector is typically "mail".
Go to app.brevo.com and sign in.
Go to Settings > Senders, Domains & Dedicated IPs > Domains.
Select your domain. Brevo displays the DKIM TXT record with the selector and public key value.
Create a TXT record in your DNS provider.
mail._domainkey.yourdomain.com TXT "v=DKIM1; k=rsa; p=MIGfMA0GCS..."Click "Verify" in Brevo. Once verified, DKIM signing activates.
After adding your DNS records, use our free DKIM checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
Brevo typically uses "mail" as the DKIM selector. The record is published at mail._domainkey.yourdomain.com as a TXT record.
Brevo uses a TXT record for DKIM, containing the public key directly.
Contact Brevo support for DKIM key rotation. New keys can be generated in the domain settings.