Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Mohammed-H's avatar

Queued Mail Notifications not sent

Hello everybody,

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

0 likes
1 reply
Shahrukh4's avatar

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.

Please or to participate in this conversation.