/** * Unit tests for emailProcessor.htmlToText. * * Regression: when a template ships without a body_text, sendTemplateEmail * used `htmlBody.replace(/<[^>]*>/g, '')` to derive the plain-text fallback. * That regex strips angle-bracket tags but leaves the *contents* of
Hello