Project

General

Profile

Bug #8315 ยป mail_reports.patch

patch file for mail_reports.inc - Dale Southard, 02/05/2018 06:54 PM

View differences:

mail_reports.inc 2018-02-05 16:49:58.890491000 -0800
88 88

  
89 89
	if (isset($config['notifications']['smtp']['ssl'])) {
90 90
		$mail->SMTPSecure =  "ssl";
91
		$mail->SMTPAutoTLS = true;
92 91
	} else {
93 92
		$mail->SMTPSecure =  "";
94
		$mail->SMTPAutoTLS = false;
95 93
	}
96 94

  
97 95
	if($config['notifications']['smtp']['username'] &&
    (1-1/1)