aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-19 23:47:01 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-19 23:47:01 +0100
commit30be715c464bafaf961e9ea0663155bdf6873ec0 (patch)
tree6d6b0f33a3813f4665bd0133f90056fda631d260
parente49b2f7bf147ea74593f9377d3338b6ee6c4e0d8 (diff)
downloadarfnet2-cstims-30be715c464bafaf961e9ea0663155bdf6873ec0.tar.gz
arfnet2-cstims-30be715c464bafaf961e9ea0663155bdf6873ec0.zip
Wrong file
-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;