Replies: 0
Hi,
I’m using WP mail SMTP plugin on my WordPress installation. I have SPF DKIM and DMARK records working correctly if I try to send an email through PHPMAILER. Mails are DKIM signed correctly. That’s because in PHPMAILER I can specify the DKIM private key and messages are signed before being send to the smtp server.
With DKIM, the sending server (is the web server hosting website in my case) should signs an email with a key.
But unsing the plugin and “Other Smtp” I cannot find where to put the DKIM private key. So outgoing messages are not DKIM signed. Sending a test email from the plugin site gives no alert about mail deliverability. But emails are not DKIM signed.
Can someone help?