--- mail_reports.inc.orig 2018-02-05 16:14:42.122326000 -0800 +++ mail_reports.inc 2018-02-05 16:49:58.890491000 -0800 @@ -88,10 +88,8 @@ if (isset($config['notifications']['smtp']['ssl'])) { $mail->SMTPSecure = "ssl"; - $mail->SMTPAutoTLS = true; } else { $mail->SMTPSecure = ""; - $mail->SMTPAutoTLS = false; } if($config['notifications']['smtp']['username'] &&