• Resolved TXPD

    (@pdwebmaster)


    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)
  • Hi,

    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.

    This is done on the server side. It has nothing to do with our plugin. Please speak to your host about this. They should be able to explain to you how DKIM DNS records works.

    Thank you.

    Thread Starter TXPD

    (@pdwebmaster)

    Thanks for the response but I need more guidance from someone. Can you refer me to some other level of support or does any other user have any suggestions?

    Your plugin is “Inspired by WP Mail SMTP plugin”. Supposedly it automatically discovers the DKIM.

    Is there any way to pass the DKIM_xxx value pairs (examples above) from our page to PHPMailer via Easy WP SMTP? If not, with more and more platforms requiring SPF, DKIM, and DMARC, this is a big hole in your product.

    Thanks…

    Hi,

    Is there any way to pass the DKIM_xxx value pairs (examples above) from our page to PHPMailer via Easy WP SMTP?

    No there isn’t. Like I mentioned above DKIM DNS records is handle by your server. This has nothing to do with our plugin.

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I enable DKIM signing?’ is closed to new replies.