Browse Source

设置 from 默认值

visuddhinanda 1 year ago
parent
commit
a7da2c4429
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/mail.php

+ 2 - 2
config/mail.php

@@ -92,8 +92,8 @@ return [
     */
     */
 
 
     'from' => [
     'from' => [
-        'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
-        'name' => env('MAIL_FROM_NAME', 'Example'),
+        'address' => env('MAIL_FROM_ADDRESS', 'wikipali.project@gmail.com'),
+        'name' => env('MAIL_FROM_NAME', 'wikipali'),
     ],
     ],
 
 
     /*
     /*