Browse Source

:memo: add DEBUG_OFF

visuddhinanda 4 years ago
parent
commit
e0815d1b85
1 changed files with 1 additions and 1 deletions
  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