Преглед изворни кода

Weenier utc项目部署 0625

wesmiler пре 3 година
родитељ
комит
e1fda76dec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Services/EmailService.php

+ 1 - 1
app/Services/EmailService.php

@@ -90,7 +90,7 @@ class EmailService extends BaseService
             $mail->CharSet ="UTF-8";                                         //设定邮件编码
             $mail->SMTPDebug = 0;                                            //调试模式输出:0 不输出,2 输出
             $mail->Timeout = 10;                                            //超时
-            $mail->Mailer = 'SMTP';
+//            $mail->Mailer = 'SMTP';
 //            $mail->isSendmail();                                                 //使用SMTP
             $mail->Host = $this->config['host'];                                     // SMTP服务器:以QQ为例
             $mail->SMTPAuth = true;                                          // 允许 SMTP 认证