SMTP configuration for my on premise sentry running on docker

I’ve changed my SMTP settings in my .env file. The .env file is linked in my docker-compose.yml and when i rebuild with docker-compose up -d it registers the changes and builds them.
But the changes are not applied, what am i doing wrong?

SMTP settings are not picked up from env variables but from config files. I think that’s your issue.

Can I use this thread to ask if someone figured out how to add SMTP? When I first set this up, I added few things but they don’t work (wrong settings). Now when I tried changing the config.yml before I launch ./install.sh but I haven’t run into issues with that yml file and system.secret_key value in yml file. I have created a bug report for that as well on github. Why can’t we change email settings from the user interface?