MantisBT: master-1.3.x b0389ec9

Author Committer Branch Timestamp Parent
atrol atrol master-1.3.x 2016-08-08 13:04 master-1.3.x c2bee49c
Affected Issues  0021293: Send notifications by smtp does not work correctly, and the analysis of why it happend.
Changeset

Prevent TLS if smtp_connection_mode is empty (no encryption)

Since version 5.2.10 PHPMailer automatically tries to enable TLS.
This is not what we want if the Mantis administrator decided not to use
encryption (smtp_connection_mode is empty)

Fixes 0021293

mod - core/email_api.php Diff File