Cannot Find Where to Remove EMAIL_USE_SSL ENV Variable

My Sentry server is showing a orange warning banner.

As I checked in my docker logs, and found in webpage.
It is saying the warning is caused by a deprecated variable, EMAIL_USE_SSL.

I already double checked my .env, sentry.config.py, config.yml, and docker-compose.yml, but cannot found any places are declaring this variable.

Is that other place is storing this variable?

1 Like

Heya, sorry this is a minor bug with the latest release and we didn’t push out a patch release just for this one. It is gone in the nightlies and it will be gone in the next release.

If you want to get rid of it without an upgrade, setting mail.use-ssl: false in your config.yml file should make it go away.

Sorry for the inconvenience.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.