Skip to content
Merged
Changes from 1 commit
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 @@ -240,6 +240,15 @@ When attempting to use an unavailable index setting, you'll receive this error:
}
```

## Elastic Cloud email service limits [cloud-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).

## Learn more

- [{{serverless-full}} roadmap](https://www.elastic.co/cloud/serverless/roadmap): See upcoming features and development plans for the Serverless platform
Expand Down
Loading