From 6c4cc295b88db6da8d9edcf23064a3fc8e9f5c36 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Sun, 8 Mar 2026 11:11:46 +0100 Subject: [PATCH] docs: Add inbound to docs --- apps/wiki/content/docs/concepts/billing.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wiki/content/docs/concepts/billing.mdx b/apps/wiki/content/docs/concepts/billing.mdx index 359c94c..e5e80f2 100644 --- a/apps/wiki/content/docs/concepts/billing.mdx +++ b/apps/wiki/content/docs/concepts/billing.mdx @@ -15,4 +15,5 @@ After upgrading from the free tier, you will be charged per email sent at $0.001 You are able to monitor your email usage and set billing limits per category in the billing tab of the project settings. ## Special considerations -- Emails that contain an attachment will incur double the cost (e.g. 1 email with attachment = 2 emails for billing purposes) \ No newline at end of file +- Emails that contain an attachment will incur double the cost (e.g. 1 email with attachment = 2 emails for billing purposes) +- Inbound emails count towards the email limit at the same rate as outbound emails (e.g. 1 inbound email = 1 email for billing purposes) \ No newline at end of file