I try to use smtp.gmail.com to send email from sentry server.
Into admin panel environments tubs I see this settings smtp:

but when I will go to test sending email function I see:

After try send test email message I get this error:
EMAIL_USE_TLS/EMAIL_USE_SSL are mutually exclusive, so only set one if those settings to True
How I can use TLS only settings?
I try to use smtp.gmail.com to send email from sentry server.

Into admin panel environments tubs I see this settings smtp:
but when I will go to test sending email function I see:
After try send test email message I get this error:
EMAIL_USE_TLS/EMAIL_USE_SSL are mutually exclusive, so only set one if those settings to True
How I can use TLS only settings?