소스 검색

测试邮件发送

zhangdehua 9 달 전
부모
커밋
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,