Skip to content

Commit cba2d4b

Browse files
authored
docs: explicitly specify mail.use-{tls,ssl} is mutually exclusive (#3368)
1 parent 5910c02 commit cba2d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry/config.example.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ mail.host: 'smtp'
1212
# mail.port: 25
1313
# mail.username: ''
1414
# 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.
1517
# mail.use-tls: false
1618
# mail.use-ssl: false
1719

1820
# NOTE: The following 2 configs (mail.from and mail.list-namespace) are set
1921
# through SENTRY_MAIL_HOST in sentry.conf.py so remove those first if
2022
# you want your values in this file to be effective!
2123

22-
2324
# The email address to send on behalf of
2425
# mail.from: 'root@localhost' or ...
2526
# mail.from: 'System Administrator <root@localhost>'

0 commit comments

Comments
 (0)