Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180)
This commit is contained in:
committed by
Taylor Otwell
parent
c5f9126981
commit
b2734a9c31
@@ -57,7 +57,7 @@ return [
|
||||
|
||||
'from' => [
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
|
||||
'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Example')),
|
||||
'name' => env('MAIL_FROM_NAME', 'Example'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user