Various guides exist on how to do this in Laravel, but all the ones I found (this and this) worked only up to Laravel 8. The reason is that in v9 the Swift Mailer was no longer supported in favor of Symfony Mailer. The Laravel docs show how to write ...
blog.genijaho.dev3 min read
Hi Geni ,
I have tried your implementation and it worked for instant mailing, where as when I try
$mailer->to($email)->later(Carbon::now()->addMinutes(5), $mailable);
It is trying to pick default from env/config not the which we have been passed.
Márcio Fornari
It's work with laravel 10? For me not work :(