Explorar el Código

测试邮件发送

zhangdehua hace 9 meses
padre
commit
f3d29bf7a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,