Kaynağa Gözat

[智价云] 默认邮件配置信息回滚

tangyuanwang 8 saat önce
ebeveyn
işleme
e65d92fe49
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      config/mail.php

+ 5 - 5
config/mail.php

@@ -36,11 +36,11 @@ return [
     'mailers' => [
         'smtp' => [
             'transport' => 'smtp',
-            'host' => env('MAIL_HOST', 'smtp.exmail.qq.com'),
-            'port' => env('MAIL_PORT', 587),
-            'encryption' => env('MAIL_ENCRYPTION', 'tls'),
-            'username' => env('MAIL_USERNAME','notice@kirin.wiki'),
-            'password' => env('MAIL_PASSWORD','e3kEXjg24kpQgcs2'),
+            'host' => env('MAIL_HOST', ''),
+            'port' => env('MAIL_PORT', 465),
+            'encryption' => env('MAIL_ENCRYPTION', 'ssl'),
+            'username' => env('MAIL_USERNAME',''),
+            'password' => env('MAIL_PASSWORD',''),
             'timeout' => null,
             'auth_mode' => null,
         ],