Skip to content

Commit 6969b8b

Browse files
committed
remove the changes to mail.from.address default
1 parent 99de639 commit 6969b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
*/
238238

239239
'from' => [
240-
'address' => env('MAIL_FROM_ADDR', env('MAIL_ENV_FROM_ADDR')),
240+
'address' => env('MAIL_FROM_ADDR', null),
241241
'name' => env('MAIL_FROM_NAME', null),
242242
],
243243

0 commit comments

Comments
 (0)