Skip to content

Commit

Permalink
Add mail.use-ssl and mail.list-namespace option in example (getsentry…
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsink authored Jul 21, 2021
1 parent 34812ce commit bd6f573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sentry/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ mail.host: 'smtp'
# mail.username: ''
# mail.password: ''
# mail.use-tls: false
# mail.use-ssl: false
# The email address to send on behalf of
# mail.from: 'root@localhost'

# The mailing list namespace for emails sent by this Sentry server.
# This should be a domain you own (often the same domain as the domain
# part of the `mail.from` configuration parameter value) or `localhost`.
# mail.list-namespace: 'localhost'

# If you'd like to configure email replies, enable this.
# mail.enable-replies: true

Expand Down

0 comments on commit bd6f573

Please sign in to comment.