sometimes you need to set:
MAIL_FROM_ADDRESS MAIL_FROM_NAME
in config/mail.php it looks something like this:
'from' => [
'address' => env('MAIL_FROM_ADDRESS', null),
'name' => env('MAIL_FROM_NAME', null),
],
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community