From 30be715c464bafaf961e9ea0663155bdf6873ec0 Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 19 Mar 2024 23:47:01 +0100 Subject: Wrong file --- config.php.example | 1 - 1 file changed, 1 deletion(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index 39239a8..c7397e3 100644 --- a/config.php.example +++ b/config.php.example @@ -28,7 +28,6 @@ use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; $mailer = new PHPMailer(); $mailer->isSMTP(); -$mailer->SMTPDebug = SMTP::DEBUG_SERVER; $mailer->Host = MAIL_SERVER; $mailer->Port = MAIL_PORT; $mailer->SMTPAuth = true; -- cgit v1.2.3