Description
Add a built-in template library for common email test scenarios that can be injected with one click from the UI or via the API:
- Welcome / onboarding email
- Password reset email
- Order confirmation with line items
- Newsletter with images
- Calendar invite (.ics attachment)
- Multi-part email with attachments
- Internationalized email (CJK, RTL, emoji)
- Bounce / delivery failure notification (DSN)
Why This Matters
Saves developers from writing boilerplate test fixtures. Makes MailCue immediately useful on first launch.
Getting Started
Templates could be stored as JSON fixtures in backend/app/templates/ and exposed via a new API endpoint.
Description
Add a built-in template library for common email test scenarios that can be injected with one click from the UI or via the API:
Why This Matters
Saves developers from writing boilerplate test fixtures. Makes MailCue immediately useful on first launch.
Getting Started
Templates could be stored as JSON fixtures in
backend/app/templates/and exposed via a new API endpoint.