Skip to content

BrandedEmailOptions

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/email/email-template.ts

Branded transactional-email layout — ONE look for every platform email.

Email-client-safe by construction: table layout, fully inline styles, solid colors (no CSS vars/flex/grid), 600px column, bulletproof button. Callers pass content; this owns the chrome (wordmark bar, card, footer).

Properties

PropertyType
preheaderstring
headingstring
bodyHtmlstring
cta{ label: string; url: string }
footerNotestring

Was this page helpful?

Download as PDF