If you're using a queue to send emails you need to also restart the queue.
Lumen still sending mails to mailtrap after changed completely the configurations
For testing purposes I've used mailtrap to see if sending email works. Now that I have change all the configuration and cleared the cache php artisan cache:clear, the email still being sent to mailtrap.
Locally this changes are reflected and everything works as expected but live on server the email are sent only to mailtrap. I cannot perform anything beside php artisan cache:clear because I'm using Lumen and not Laravel.
Has someone any idea what can be the problem in this case?
For everyone struggling with this, the supervisor needs to be restarted in case that new configurations are not recognized.
I asked my sysadmin to restart the supervisor and the app is working with the new configurations.
Happy coding!
Please or to participate in this conversation.