diff --git a/src/components/sidebar.js b/src/components/sidebar.js index 354474ed6f..fe5dd38b4f 100644 --- a/src/components/sidebar.js +++ b/src/components/sidebar.js @@ -89,6 +89,7 @@ const Sidebar = () => ( diff --git a/src/docs/self-hosted/mail.mdx b/src/docs/self-hosted/mail.mdx new file mode 100644 index 0000000000..4f46652276 --- /dev/null +++ b/src/docs/self-hosted/mail.mdx @@ -0,0 +1,17 @@ +--- +title: 'Self-Hosted Mail' +--- + + + Remember that you'd need to restart all Sentry services once you change your settings. See the configuration section for more information. + + +## Outbound Mail + +Self-hosted Sentry ships with a built-in outgoing SMTP server powered by [exim4](https://hub.docker.com/r/tianon/exim4). The default configuration is set to use this server. All you need to do is to set a valid address for `mail.from` setting in `config.yml` . Keep in mind that if you start sending too many emails to public addresses, your new server may get marked as a spammer and banned. + +If you want to use an external SMTP server you can set the relevant `mail.*` settings in `config.yml` file and ignore the built-in SMTP server. Refer to our [email service documentation](/services/email/) for all the details on what each setting means and does. + +## Inbound Mail + +Sentry has a very limited inboud mail support through [Mailgun](https://documentation.mailgun.com/en/latest/quickstart-receiving.html). You can find all the information regarding how to set this up over at our [inbound email service documentation](/services/email/#inbound-email).