diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-19 23:47:01 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-19 23:47:01 +0100 |
commit | 30be715c464bafaf961e9ea0663155bdf6873ec0 (patch) | |
tree | 6d6b0f33a3813f4665bd0133f90056fda631d260 /config.php.example | |
parent | e49b2f7bf147ea74593f9377d3338b6ee6c4e0d8 (diff) | |
download | arfnet2-cstims-30be715c464bafaf961e9ea0663155bdf6873ec0.tar.gz arfnet2-cstims-30be715c464bafaf961e9ea0663155bdf6873ec0.zip |
Wrong file
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 1 |
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; |