############### # Mail Server # ############### # mail.backend: 'smtp' # Use dummy if you want to disable email entirely mail.host: 'mail.example.com' # The email address to send on behalf of # mail.from: 'root@localhost' or ... mail.from: 'Sentry ' # 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: 'example.com' ################### # System Settings # ################### # For reverse-proxy (https://develop.sentry.dev/self-hosted/#productionalizing) system.url-prefix: "https://sentry.example.com"