Set environment values for MAIL_ADDRESS and MAIL_FROM
This commit is contained in:
@@ -63,7 +63,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'from' => ['address' => null, 'name' => null],
|
||||
'from' => ['address' => env('MAIL_ADDRESS'), 'name' => env('MAIL_NAME')],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user