Email Sending
Email Templates
Design reusable HTML/text email templates with handlebars-style variables.
Docs Summary
- What this page explains: Creating HTML/text templates with variable placeholders and live preview.
- Who should use it: Designers, content writers, and email developers.
- Related MailSend feature: Visual template editor, variable interpolation, SES sync
- Common use cases: Transactional emails, newsletter templates, system notifications
- Related docs: Campaigns, Email API, Sender Identities
Build and edit rich email templates with live code preview and variable interpolation (e.g. `{{user_name}}`, `{{reset_link}}`).
html
<h1>Hello {{first_name}},</h1>
<p>Thank you for joining MailSend. Your active plan is {{plan_name}}.</p>