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