default email from name to app name (#5178)

This commit is contained in:
Andrew Minion
2019-12-18 09:41:11 -06:00
committed by Taylor Otwell
parent 17f0ff2205
commit c5f9126981

View File

@@ -57,7 +57,7 @@ return [
'from' => [ 'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'), 'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Example')),
], ],
/* /*