default email from name to app name (#5178)
This commit is contained in:
parent
17f0ff2205
commit
c5f9126981
|
@ -57,7 +57,7 @@
|
|||
|
||||
'from' => [
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
|
||||
'name' => env('MAIL_FROM_NAME', 'Example'),
|
||||
'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Example')),
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue