Reputation: 305
I deployed with Forge and set up a worker to handle Redis queues.
Every email is queued in my app and if I try to send an email in the "support" page, it works.
Nonetheless if I try to register an account, the whole process works but the activation email is not sent.
This is my log, it seems it can't connect to mysql to store the failed job (even if DB connection works, since my registered account is stored properly) but it doesn't provide info about the job failure.
Also, both my testing and local environments can send the activation email. What's wrong?
Upvotes: 0
Views: 890