From 59b9902089d3253feddd3c81affeff2a5b130388 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Tue, 8 Oct 2024 13:02:33 +0700 Subject: [PATCH] docs: explicitly specify mail.use-tls,ssl is mutually exclusive --- sentry/config.example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sentry/config.example.yml b/sentry/config.example.yml index de0b68b99f8..d5a6dc322ce 100644 --- a/sentry/config.example.yml +++ b/sentry/config.example.yml @@ -12,6 +12,8 @@ mail.host: 'smtp' # mail.port: 25 # mail.username: '' # mail.password: '' +# NOTE: `mail.use-tls` and `mail.use-ssl` are mutually exclusive and should not +# appear at the same time. Only uncomment one of them. # mail.use-tls: false # mail.use-ssl: false @@ -19,7 +21,6 @@ mail.host: 'smtp' # through SENTRY_MAIL_HOST in sentry.conf.py so remove those first if # you want your values in this file to be effective! - # The email address to send on behalf of # mail.from: 'root@localhost' or ... # mail.from: 'System Administrator '