How do I enable DKIM signing?
-
I’m trying to prod my webmaster into adding DKIM signing to emails sent from our site. I know we have DKIM DNS records and public/private keys set up but I don’t know how to guide him in getting the signing enabled. I don’t have access to the plugin.
Is DKIM enabled by setup within the Easy WP SMTP plugin or is it done by adding the various DKIM_ commands
$mail->DKIM_domain = "mydomain.com"; $mail->DKIM_private = "mypath..."; $mail->DKIM_selector = "myselector"; etc...
directly to the PHP page that’s calling the mailer?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I enable DKIM signing?’ is closed to new replies.