I am willing to send email to list of email address using queue. Without using queue my code is working fine but with queue it\'s showing following error:
queue
It happened to me in Laravel 5.6. I just added this:
use Illuminate\Support\Facades\Mail;
And everything worked well.