remove the changes to mail.from.address default

This commit is contained in:
Godfrey M 2024-11-20 14:25:57 -08:00
parent 99de639be4
commit 6969b8be47

View file

@ -237,7 +237,7 @@ return [
*/
'from' => [
'address' => env('MAIL_FROM_ADDR', env('MAIL_ENV_FROM_ADDR')),
'address' => env('MAIL_FROM_ADDR', null),
'name' => env('MAIL_FROM_NAME', null),
],