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