Hi,
If i try to send an email, even without the queue the error 'Class queue.worker does not exist' is thrown. How can i fix this?
"require": { "laravel/framework": "4.2.", "guzzlehttp/guzzle": "4." },
Mail::send('mail.password', $data, function($message, $supplier)
{
$message->from('XX', 'XX');
$message->to($supplier->emailaddress);
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community