aboutsummaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example1
1 files changed, 0 insertions, 1 deletions
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;