try inside of app/config/mail.php
/*
|--------------------------------------------------------------------------
| Global "From" Address
|--------------------------------------------------------------------------
|
| You may wish for all e-mails sent by your application to be sent from
| the same address. Here, you may specify a name and address that is
| used globally for all e-mails that are sent by your application.
|
*/
'from' => array('address' => '[email protected]', 'name' => '<Name of Sender >'),
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community