I have problems with Mail::queue() and I donโt know what can be done to solve this problem outside of writing my own Job to process the queue. As you can see in the screenshot below, I have a very minimal example that I am trying to run in artisan tinker . Has anyone solved this problem?
This works fine if I use Mail::send() instead;

source share