diff --git a/docs-mintlify/guides/apps/emails/overview.mdx b/docs-mintlify/guides/apps/emails/overview.mdx index d356d6469..3ae44bf48 100644 --- a/docs-mintlify/guides/apps/emails/overview.mdx +++ b/docs-mintlify/guides/apps/emails/overview.mdx @@ -12,7 +12,7 @@ sidebarTitle: "Overview" import { EmailPreviewSkeleton, EmailTemplatesSkeleton, DeliveryStatsSkeleton } from "/snippets/skeletons/email-skeletons.jsx"; -Email is the other half of auth - verification, password resets, receipts, product updates. The Emails app sends all of it from one server call, with templates, themes, scheduling, unsubscribe handling, and delivery tracking built in. Below are the questions developers actually ask, and the honest answers. +The Emails app covers Hexclave's built-in mail (verification, password resets, receipts) and your own transactional or marketing sends — templates, themes, scheduling, unsubscribes, and delivery tracking included. Below are the questions developers actually ask, and the honest answers. ## Can I send an email from my backend?