email-templates

Installation
SKILL.md

Email Templates

Email HTML is a time machine to 2005. Design accordingly.


1. Email HTML Constraints

What works in email (2024):
├── Tables for layout (still required for Outlook)
├── Inline CSS (most reliable)
├── Web-safe fonts + Google Fonts (partial support)
├── Max width: 600px
└── Images with alt text (images may be blocked)
Installs
1
First Seen
Jun 6, 2026
email-templates — cavaldos/opencode-kit