diff --git a/deploy-manage/deploy/elastic-cloud/restrictions-known-problems.md b/deploy-manage/deploy/elastic-cloud/restrictions-known-problems.md index f1ecfeed94..8889eb8b90 100644 --- a/deploy-manage/deploy/elastic-cloud/restrictions-known-problems.md +++ b/deploy-manage/deploy/elastic-cloud/restrictions-known-problems.md @@ -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) diff --git a/deploy-manage/deploy/elastic-cloud/tools-apis.md b/deploy-manage/deploy/elastic-cloud/tools-apis.md index 916cb76d53..2fc80cbee8 100644 --- a/deploy-manage/deploy/elastic-cloud/tools-apis.md +++ b/deploy-manage/deploy/elastic-cloud/tools-apis.md @@ -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). diff --git a/explore-analyze/alerts-cases/watcher/enable-watcher.md b/explore-analyze/alerts-cases/watcher/enable-watcher.md index ca6c40bbec..2d7694556f 100644 --- a/explore-analyze/alerts-cases/watcher/enable-watcher.md +++ b/explore-analyze/alerts-cases/watcher/enable-watcher.md @@ -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]