Parcourir la source

[智价云] 邮件配置更新

tangyuanwang il y a 1 jour
Parent
commit
9602f0d11d
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  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.mailgun.org'),
+            'host' => env('MAIL_HOST', 'smtp.exmail.qq.com'),
             'port' => env('MAIL_PORT', 587),
             'encryption' => env('MAIL_ENCRYPTION', 'tls'),
-            'username' => env('MAIL_USERNAME'),
-            'password' => env('MAIL_PASSWORD'),
+            'username' => env('MAIL_USERNAME','notice@kirin.wiki'),
+            'password' => env('MAIL_PASSWORD','e3kEXjg24kpQgcs2'),
             'timeout' => null,
             'auth_mode' => null,
         ],
@@ -92,8 +92,8 @@ return [
     */
 
     'from' => [
-        'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
-        'name' => env('MAIL_FROM_NAME', 'Example'),
+        'address' => env('MAIL_FROM_ADDRESS', 'notice@kirin.wiki'),
+        'name' => env('MAIL_FROM_NAME', 'kailin'),
     ],
 
     /*