Max Hoogenbosch
Max Hoogenbosch
I'm having the same issue after upgrading to go 1.11
I will look into this. Which version of mailbook did you use before the upgrade to laravel 11?
I've been unable to reproduce your issue. It should have something to do with mailbook being unable to inject a mail driver which would result in failing to retrieve the...
Also, does this happen for every mail you have registered or only for specific ones?
That sounds like a very possible cause. It's strange that this has not been an issue on Laravel 10. I will have a look at fixing this tomorrow. Thanks for...
I've sadly not been able to reproduce it with the following example ```php class TestMail extends Mailable implements ShouldQueue { use Queueable, SerializesModels; public function __construct() { $this->afterCommit(); } public...
Can you see if it works when you put `QUEUE_CONNECTION=sync` in your `.env`. Also your `config/queue.php` file should start with: ```php return [ 'default' => env('QUEUE_CONNECTION', 'database'), 'connections' => [...
Can you try out the following branch to see if it fixes your issue. Still have not managed to reproduce the issue but maybe this will resolve it. ``` composer...
Awesome! I will release this soon.
Fix has been released in mailbook `1.8.1` And thank you so much for sponsoring! 😃