allow setting SNMP Gateway (with auth) #13

Merged
krombel merged 3 commits from add_snmp_auth into master 2019-01-24 01:49:48 +01:00
Showing only changes of commit 61e3465797 - Show all commits

View File

@@ -28,7 +28,6 @@ function send_mail($receiver, $subject, $body) {
$mail = new PHPMailer(true); $mail = new PHPMailer(true);
try { try {
$mail->CharSet = 'utf-8'; // Enable utf-8 support for umlauts $mail->CharSet = 'utf-8'; // Enable utf-8 support for umlauts
$mail->SMTPDebug = 2; // Enable verbose debug output
if (is_array($config["smtp"])) { if (is_array($config["smtp"])) {
$smtp_conf = $config["smtp"]; $smtp_conf = $config["smtp"];