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.
1 parent 34812ce commit bd6f573Copy full SHA for bd6f573
sentry/config.example.yml
@@ -13,9 +13,15 @@ mail.host: 'smtp'
13
# mail.username: ''
14
# mail.password: ''
15
# mail.use-tls: false
16
+# mail.use-ssl: false
17
# The email address to send on behalf of
18
# mail.from: 'root@localhost'
19
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
+
25
# If you'd like to configure email replies, enable this.
26
# mail.enable-replies: true
27
0 commit comments