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

Hussam3bd's avatar

Hussam3bd liked a comment+100 XP

4mos ago

Laravel logging emails instead of actually sending them!

Finally, I found the solution ... I hade supervisor running to keep php artisan queue:listen working, so basically I had a process inside supervisor (queue which execute the command php artisan queue:listen), so i wen to supervisorctl and run this command

restart queue <-- (the name of the process) and everything worked fine :D

thx @d3xt3r