MantisBT: master cb13a049

Author Committer Branch Timestamp Parent
dregad dregad master 2021-01-08 09:05 master 741d91f5
Affected Issues  0025764: Enable S/MIME signed e-mail notifications
Changeset

Allow S/MIME signature for all mail methods

The original implementation only enabled S/MIME signature for
PHPMAILER_METHOD_SMTP.

Moving the call to PHPMailer::sign() out of the switch() statement, so
it is also called when mail method is PHPMAILER_METHOD_SENDMAIL or
PHPMAILER_METHOD_MAIL.

Fixes 0025764

mod - core/email_api.php Diff File