Support the ongoing development of Laravel.io →
posted 10 years ago
Mail Queues

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);
});
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Ocirina ocirina Joined 9 Sep 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.