After setting up the email server config, no invites, reset password, or alerts are being sent. Trying manage.py test_email does send an email. Any hints for debugging
I’m having the same problem but I’m running redash using AWS ECS…
All variables are set properly but it still can’t send any message (except test message).
Is it mandatory to have a .env file ? Shouldn’t it work only with the variables set?
I’m not 100% sure how this configuration is, but depending on your setup, if you just added it to the containers definitions (e.g: in docker-compose), make sure to have the variables available for all the services (server, schedule and workers).