I have a Laravel app installed on a digital ocean server via forge.
All my queued mail notifications are not sent. The Jobs and failed_jobs tables are empty and the Jobs are correctly performed.
I tried to send a notification test with a Test command that i created same result.
But when i send any notification throw a controller it works notifications are sent.
Any idea on whats going on?
Thanks
1). You should make the QUEUE_DRIVER to sync and send the notifications. If there were any errors then it will show up.
2). If no error come up and your job executing successfully and all jobs removed from jobs table, then there must be problem in your code because everything is working great upto this point.