We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mail.use-{tls,ssl}
1 parent 5910c02 commit cba2d4bCopy full SHA for cba2d4b
sentry/config.example.yml
@@ -12,14 +12,15 @@ mail.host: 'smtp'
12
# mail.port: 25
13
# mail.username: ''
14
# mail.password: ''
15
+# NOTE: `mail.use-tls` and `mail.use-ssl` are mutually exclusive and should not
16
+# appear at the same time. Only uncomment one of them.
17
# mail.use-tls: false
18
# mail.use-ssl: false
19
20
# NOTE: The following 2 configs (mail.from and mail.list-namespace) are set
21
# through SENTRY_MAIL_HOST in sentry.conf.py so remove those first if
22
# you want your values in this file to be effective!
23
-
24
# The email address to send on behalf of
25
# mail.from: 'root@localhost' or ...
26
# mail.from: 'System Administrator <root@localhost>'
0 commit comments