How to config SMTP Settings in Sentry
?
I set my SMTP mail-server configuration on onpremise/config.yml
, then I did as follows:
sudo docker-compose run --rm web upgrade
sudo docker-compose up -d
(before that, I removed previous consider containers)
But in Sentry mail setting panel not appeared my SMTP configs:
NOTE: I'm using onpremise sentry docker package.
What should I do?
Any help with this would be greatly appreciated.