You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change mail.use-ssl: false into config.yml it works. I think default param doesn't work.
Now I have new problem:
I have setting email sending by SMTP and can send test mail.
But when I try invite another user into project I get message: "Could not invite user" and invite no send to his email.
I try to use smtp.gmail.com to send email from sentry server.
![image](https://user-images.githubusercontent.com/68642472/107160787-7055e900-69a9-11eb-9cfc-25d7fac0b6b3.png)
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?
The text was updated successfully, but these errors were encountered: