Browse Source

Add default address in mail config.

Taylor Otwell 7 years ago
parent
commit
ab453a7e82
1 changed files with 4 additions and 1 deletions
  1. 4 1
      config/mail.php

+ 4 - 1
config/mail.php

@@ -55,7 +55,10 @@ return [
     |
     */
 
-    'from' => ['address' => null, 'name' => null],
+    'from' => [
+        'address' => 'hello@example.com',
+        'name' => 'Example',
+    ],
 
     /*
     |--------------------------------------------------------------------------