set debug level 0

This commit is contained in:
2025-05-30 10:20:02 +02:00
parent 17a6741b42
commit 90523e850c

View File

@@ -52,7 +52,7 @@ if (empty($_POST['uk_id'])) {
$mail = new PHPMailer(true); // Passing `true` enables exceptions $mail = new PHPMailer(true); // Passing `true` enables exceptions
try { try {
//Server settings //Server settings
$mail->SMTPDebug = 4; // Enable verbose debug output $mail->SMTPDebug = 0; // Enable verbose debug output
$mail->isSMTP(); // Set mailer to use SMTP $mail->isSMTP(); // Set mailer to use SMTP
$mail->CharSet = PHPMailer::CHARSET_UTF8; // UTF-8 $mail->CharSet = PHPMailer::CHARSET_UTF8; // UTF-8
$mail->Host = 'mail.livingsport.hu'; // Specify main and backup SMTP servers $mail->Host = 'mail.livingsport.hu'; // Specify main and backup SMTP servers