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 '