swaggeroo · email templates

Transactional email templates

The full lifecycle set — account creation through delivery — built as self-contained, table-based HTML so they render consistently across Gmail, Apple Mail, and Outlook. Each preview below is scaled down; open full-size to see it at real width, or copy the raw HTML to paste into an ESP (Resend, Postmark, etc.).

Wiring these up: none of these are sent anywhere yet — this app has no email infrastructure (see src/actions/auth.ts, which mocks auth with no dispatch). Once an ESP is chosen, the natural hook points are signUpAction (welcome), checkout completion (order confirmation), kit dispatch (claim-kit), fulfillment (shipping), and forgotPasswordAction (password reset).
Before sending for real: the logo, product photos, and CTA links use relative (../swaggeroo-logo.png) / placeholder (swaggeroo.example.com) paths so this preview renders locally. Email clients need absolute, hosted URLs — swap them to your production domain, and re-export the WebP product shots as PNG/JPG (Outlook desktop doesn't render WebP).
Copied!