From 43ab087813ab44a32e8d6b3756a72d00343dcfd6 Mon Sep 17 00:00:00 2001 From: Madison Date: Fri, 17 Jul 2026 02:01:32 -0500 Subject: [PATCH] Update to uncouple auth <-> emails in emails overview --- docs-mintlify/guides/apps/emails/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?