Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all articles
Browse latest Browse all 5022

DKIM Private key

$
0
0

Replies: 0

Hi,

Tank you for your great plugin, i would like complete my DKIM validation, for this i need put my DKIM private key, can you tell me where i can put the code ?

// Test of DKIM
$this->DKIM_domain = ‘mydomain.ch’;
$this->DKIM_selector = ‘s1’;
$this->DKIM_private = ‘/home/clients/mix_numbers_and_letters/mydomain.ch/s1.mydomain.ch.pem’;
$this->DKIM_passphrase = ‘’;
$this->DKIM_identity = ‘postmaster@mydomain.ch’;

Or another way ?

Thank you so much . Best regards


Viewing all articles
Browse latest Browse all 5022

Trending Articles