Verify your domain's DKIM configuration for email authentication and message integrity.
DKIM (DomainKeys Identified Mail) is an email authentication method that allows the sender to digitally sign emails. The receiving server looks up the sender's public key in DNS to verify the signature and confirm the message was not altered in transit.
DKIM records are stored as TXT records at selector._domainkey.domain. The selector is chosen by the domain owner and is included in the DKIM-Signature header of each email.
Check the DKIM-Signature header in a received email. Look for the s= tag, which contains the selector value.