is there a way to delete queued emails?
Hi,
Try running: php artisan queue:clear
@hillel What is the difference between that and php artisan queue:flush
?
I believe clear
removes pending jobs while flush
clears failed jobs.
1 Like