MJML Email Templates When to Use This Skill Use this skill when: - Building transactional emails (signup, password reset, invoices, notifications) - Creating responsive email templates that work across clients - Setting up MJML template rendering in .NET Related skills: - - Test emails locally with Mailpit - - Snapshot test rendered HTML --- Why MJML? Problem : Email HTML is notoriously difficult. Each email client (Outlook, Gmail, Apple Mail) renders differently, requiring complex table-based layouts and inline styles. Solution : MJML is a markup language that compiles to responsive, cross-c…