visuddhinanda 5 лет назад
Родитель
Сommit
e0815d1b85
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/config.sample.php

+ 1 - 1
app/config.sample.php

@@ -7,7 +7,7 @@ use PHPMailer\PHPMailer\PHPMailer;
 use PHPMailer\PHPMailer\SMTP;
 use PHPMailer\PHPMailer\Exception;
 
-define("Email", ["SMTPDebug"=>SMTP::DEBUG_SERVER,//Enable verbose debug output
+define("Email", ["SMTPDebug"=>SMTP::DEBUG_SERVER,//Enable verbose debug output DEBUG_OFF
 				 "Host"=>"smtp.gmail.com",//Set the SMTP server to send through
 				 "SMTPAuth"=>true,//Enable SMTP authentication
 				 "Username"=>'your@gmail.com',//SMTP username