zhangdehua 9 месяцев назад
Родитель
Сommit
f3d29bf7a7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/index/service/passport/MailCaptcha.php

+ 1 - 1
app/index/service/passport/MailCaptcha.php

@@ -76,7 +76,7 @@ class MailCaptcha extends BaseService
         //dd(config('smtp'));
         try {
             //Server settings
-            $mail->SMTPDebug = SMTP::DEBUG_SERVER;//DEBUG_OFF,DEBUG_SERVER           //Enable verbose debug output
+            $mail->SMTPDebug = SMTP::DEBUG_OFF;//DEBUG_OFF,DEBUG_SERVER           //Enable verbose debug output
             $mail->SMTPOptions = array(
                 'ssl' => array(
                     'verify_peer' => false,