I had added a dkim txt record in my domain, it works fine. 
I had added the signature in my email using phpMaier library but when the email goes to Gmail and I inspected that dkim verification failed. Can you help with that? Also, I didn't explicitly set up any SPF and dmarc records.
// sign $mail->DKIM_domain = 'redravian.com'; $mail->DKIM_private = __DIR__.'/key.private'; $mail->DKIM_selector = '1636290028.redravian'; $mail->DKIM_passphrase = ''; //key is not encrypted It's getting the following errors: 
Related questions 18 How do I verify a DKIM signature in PHP? 6 Signing mails sent through SMTP with DKIM 3 How to send email with Phpmailer with DKIM signature? Related questions 18 How do I verify a DKIM signature in PHP? 6 Signing mails sent through SMTP with DKIM 3 How to send email with Phpmailer with DKIM signature? 6 DKIM Signature not validating when sending mail with PHP 23 Send mail in phpmailer using DKIM Keys 1 Phpmailer use dkim 1 can't sign DKIM email from php with phpmailer 0 I have configured DKIM but signature verification is failing 1 DKIM check invalid with PHPMailer 0 DKIM DNS Record found but emails indicate no signature found Load 7 more related questions Show fewer related questions
Reset to default