Skip to content

Commit bd6f573

Browse files
authored
Add mail.use-ssl and mail.list-namespace option in example (#1040)
1 parent 34812ce commit bd6f573

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sentry/config.example.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ mail.host: 'smtp'
1313
# mail.username: ''
1414
# mail.password: ''
1515
# mail.use-tls: false
16+
# mail.use-ssl: false
1617
# The email address to send on behalf of
1718
# mail.from: 'root@localhost'
1819

20+
# The mailing list namespace for emails sent by this Sentry server.
21+
# This should be a domain you own (often the same domain as the domain
22+
# part of the `mail.from` configuration parameter value) or `localhost`.
23+
# mail.list-namespace: 'localhost'
24+
1925
# If you'd like to configure email replies, enable this.
2026
# mail.enable-replies: true
2127

0 commit comments

Comments
 (0)