How to Use DKIM (with cPanel + Cloudflare)
cpanel >> Email >> Authentication.
Both DKIM & SPF are enabled.
Ttext in DKIM
Code:
default._domainkey 14400 IN TXT "v=DKIM1; k=rsa; p=ABCD" XYZ;
must change the DKIM key from :
Value : "v=DKIM1; k=rsa; p=ABCD" XYZ;
to :
Value : v=DKIM1; k=rsa; p=ABCDXYZ
And it works now