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