Mail::send('PATH_TO_YOUR_VIEW_FOLDER', ['key' => 'value'], function($message)
{
$message->to('[email protected]', 'John Smith')->subject('Welcome!');
});
Thanks ModestasV!
I tried that, didn't work. What exactly should add to in my function ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community