Skip to content

Commit ede064d

Browse files
committed
[Email Routing] Add 3,000/mo included usage for email sending
1 parent c6af4b6 commit ede064d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

src/content/docs/email-routing/limits.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ pcx_content_type: reference
33
title: Limits
44
sidebar:
55
order: 7
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
9+
10+
## Email sending
11+
12+
Email sending through [Email Workers](/email-routing/email-workers/send-email-workers/) includes 3,000 emails per month. For more details, refer to [Workers pricing](/workers/platform/pricing/#email-sending).
1013

1114
## Email Workers size limits
1215

src/content/docs/workers/platform/pricing.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,15 @@ For more information and [examples of Durable Objects billing](/durable-objects/
212212

213213
:::
214214

215+
## Email sending
216+
217+
Sending emails through [Email Workers](/email-routing/email-workers/send-email-workers/) includes 3,000 emails per month on both the Workers Free and Workers Paid plans.
218+
219+
| | Included |
220+
| -------- | ----------- |
221+
| **Free** | 3,000/month |
222+
| **Paid** | 3,000/month |
223+
215224
## Vectorize
216225

217226
Vectorize is currently only available on the Workers paid plan.

0 commit comments

Comments
 (0)