mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-03 09:57:45 -08:00
remove the changes to mail.from.address default
This commit is contained in:
parent
99de639be4
commit
6969b8be47
|
@ -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),
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue