- Missing part from commit ef04e0bb77
This commit is contained in:
Hadi Nategh 2017-08-28 15:02:38 +02:00
parent ef04e0bb77
commit 466e3ad364

View File

@ -7436,7 +7436,7 @@ class Mail
$params = array (
'type' => 'message',
'pubkey' => $certkey[$this->icServer->ident_email],
'pubkey' => $certkey[$credents['acc_smime_username']],
'privkey' => $credents['acc_smime_password'],
'passphrase'=> $_passphrase
);