From 90523e850c08479c426208c5d0e1f81f8b2ad0bb Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Fri, 30 May 2025 10:20:02 +0200 Subject: [PATCH] set debug level 0 --- _ajax/send_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ajax/send_notify.php b/_ajax/send_notify.php index adc016f..2a03cb4 100644 --- a/_ajax/send_notify.php +++ b/_ajax/send_notify.php @@ -52,7 +52,7 @@ if (empty($_POST['uk_id'])) { $mail = new PHPMailer(true); // Passing `true` enables exceptions try { //Server settings - $mail->SMTPDebug = 4; // Enable verbose debug output + $mail->SMTPDebug = 0; // Enable verbose debug output $mail->isSMTP(); // Set mailer to use SMTP $mail->CharSet = PHPMailer::CHARSET_UTF8; // UTF-8 $mail->Host = 'mail.livingsport.hu'; // Specify main and backup SMTP servers