Hi, I believe you shouldn't set this:
'from' => array('address' => '[email protected]', 'name' => 'admin'),
Just let it:
'from' => array('address' => null, 'name' => null),
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community