Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180)

This commit is contained in:
Anton Komarev
2019-12-18 11:17:32 -06:00
committed by Taylor Otwell
parent c5f9126981
commit b2734a9c31
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ return [
'from' => [
'address' => env('MAIL_FROM_ADDRESS', '[email protected]'),
'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Example')),
'name' => env('MAIL_FROM_NAME', 'Example'),
],
/*