Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ The SMTP Configuration page in Organization Settings lets you connect your own S

After you add and validate your SMTP server, you can select it as the email sender domain on your [status pages][2].

<div class="alert alert-info">
If the selected SMTP server fails, notifications are sent to subscribers through Datadog Default (<code>no-reply@dtdg.co</code>).
</div>

## Supported providers

The following email providers are supported:
Expand Down
4 changes: 4 additions & 0 deletions content/en/incident_response/status_pages/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ By default, status page subscription emails are sent from a Datadog email addres
1. In Organization Settings, [add and validate an SMTP server][3].
1. Return to **Settings** > **Subscriptions** and select your SMTP server as the email sender domain.

<div class="alert alert-info">
If the selected SMTP server fails, notifications are sent to subscribers through Datadog Default (<code>no-reply@dtdg.co</code>).
</div>

## Set a custom domain

To match your branding, you have the option to map your status page URL to a custom domain like `status.acme.com`. This is separate from [configuring a custom email sender domain](#configure-a-custom-email-sender-domain), which controls the from address on subscription emails.
Expand Down
Loading