Open
Description
What happened?
I would like to ask if there's any way to use the MAIL_FROM_NAME, instead the email would get the name of the email ex. No Reply instead the Company Name
How to reproduce the bug
MAIL_FROM_NAME = "Company Name"
'name' => env('MAIL_FROM_NAME', 'Company Name') - tried this and didn't work
'name' => env('MAIL_FROM_NAME') - this one as well.
Package Version
1.4
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response