Update to uncouple auth <-> emails in emails overview

This commit is contained in:
Madison 2026-07-17 02:01:32 -05:00
parent a7aacbad37
commit 43ab087813

View File

@ -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?