1.7K reads
3 comments
·May 19, 2023
May 19, 2023
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.
1
·
·1 reply
Author
·Aug 19, 2023
I couldn't replicate this, unfortunately.
·
·Jul 29, 2024
Jul 29, 2024
It's work with laravel 10? For me not work :(
·