Skip to content
Merged
Changes from 3 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
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 @@

:::{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/kibana/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) notifications and is also supported in {{ech}} by [watcher](/explore-analyze/alerts-cases/watcher/enable-watcher.md).

Check failure on line 110 in deploy-manage/deploy/elastic-cloud/tools-apis.md

View workflow job for this annotation

GitHub Actions / preview / build

`/explore-analyze/alerts-cases/alerts` does not exist. resolved to `/github/workspace/explore-analyze/alerts-cases/alerts

Check failure on line 110 in deploy-manage/deploy/elastic-cloud/tools-apis.md

View workflow job for this annotation

GitHub Actions / preview / build

'reference/kibana/connectors-kibana/email-action-type.md' is not a valid link in the 'kibana' cross link index: https://elastic-docs-link-index.s3.us-east-2.amazonaws.com/elastic/kibana/main/links.json

### 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 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).
Loading