Skip to content
Merged
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 @@ -81,7 +81,7 @@ Watcher encryption Key Setup is not supported.

Changing the default throttle period is not possible. You can specify a throttle period per watch, however.

Watcher comes preconfigured with a directly usable email account provided by Elastic. However, this account can’t be reconfigured and is subject to some limitations. For more information on the limits of the Elastic mail server, check the [cloud email service limits](../../../explore-analyze/alerts-cases/watcher/enable-watcher.md#cloud-email-service-limits)
Watcher comes preconfigured with a directly usable email account provided by Elastic. However, this account can’t be reconfigured and is subject to some limitations. For more information on the limits of the Elastic mail server, check the [cloud email service limits](/deploy-manage/deploy/elastic-cloud/tools-apis.md#email-service-limits).

Alternatively, a custom mail server can be configured as described in [Configuring a custom mail server](../../../explore-analyze/alerts-cases/watcher/enable-watcher.md#watcher-custom-mail-server)

Expand Down
13 changes: 13 additions & 0 deletions deploy-manage/deploy/elastic-cloud/tools-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,16 @@ serverless: unavailable

:::{include} /deploy-manage/deploy/_snippets/tpec.md
:::

## Elastic Cloud email service

{{ecloud}} provides a built-in email service used by the preconfigured [email connector](kibana://reference/connectors-kibana/email-action-type.md), available in both {{ech}} deployments and {{serverless-full}} projects. This service can be used to send [alert](/explore-analyze/alerts-cases/alerts.md) notifications and is also supported in {{ech}} by [Watcher](/explore-analyze/alerts-cases/watcher/enable-watcher.md).

### Email service limits

The following quotas apply to both {{ech}} deployments and {{serverless-full}} projects when using the Elastic email service:

* Email sending quota: 500 emails per 15 minute period.
* Maximum number of recipients per message: 30 recipients per email (To, CC, and BCC all count as recipients).
* Maximum message size (including attachments): 10 MB per message (after Base64 encoding).
* The email-sender can't be customized (Any custom `From:` header will be removed).
7 changes: 1 addition & 6 deletions explore-analyze/alerts-cases/watcher/enable-watcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ For more information on sending alerts by email, check [Email action](../../../e

## Cloud email service limits [cloud-email-service-limits]

The following quotas apply when using the Elastic email service:

* Email sending quota: 500 emails per 15min period
* Maximum number of recipients per message: 30 recipients per email (To, CC and BCC all count as recipients).
* Maximum message size (including attachments): 10 MB per message (after base64 encoding).
* The email-sender can’t be customized (Any custom `From:` header will be removed)
Refer to [Email service limits](/deploy-manage/deploy/elastic-cloud/tools-apis.md#email-service-limits).

## Advanced usage [advanced_usage]

Expand Down
Loading