Personalization should make a message more relevant, not make it look mechanically assembled. Zilch Mail supports reusable templates, HTML and plain-text content, automatic plain-text generation, merge fields, advanced spintax, Link (URLs) groups, attachments, and reusable Subject Groups.
Build the template around one clear action
- Use one primary call to action and make the next step obvious.
- Keep the HTML version visually simple and either provide a complete plain-text alternative or enable Auto Generate Plain Text.
- Use a monitored Reply-To address instead of a no-reply mailbox when replies matter.
- Include a clear unsubscribe path for outreach and promotional campaigns.
- Keep the subject, opening, proof, and call to action consistent with the recipient segment.
Use merge fields defensively
Jinja fields are useful for names, companies, roles, dates, and other imported contact values. Always provide a sensible fallback for missing data, and preview the message with both complete and incomplete records before sending.
| Field situation | Safe approach | Risky approach |
|---|---|---|
| Missing first name | Use a neutral greeting or omit the name | Rendering an empty greeting |
| Company contains unusual characters | Escape and preview the rendered value | Injecting raw text into HTML |
| Optional custom field | Provide a fallback sentence | Leaving template syntax visible |
| Untrusted imported value | Treat it as data and inspect output | Allowing it to change the message structure |
Use spintax for natural variation
Advanced spintax supports choice groups, weighted choices, nested groups, and escaped literal braces. Keep every option equivalent in meaning and preview several variations before sending; excessive nesting can still make a message inconsistent and difficult to review.
Organize and rotate Subject Groups
- 1Create a named Subject Group from the Subjects tab.
- 2Add relevant subject lines that can be reused across campaigns.
- 3Select one or more Subject Groups from the campaign Content step.
- 4Preview the campaign and confirm that every subject accurately matches the message.
- 5Review engagement, complaints, unsubscribes, and bounce behavior before reusing a subject set.
Preview is part of authoring
Render several real contact records, inspect the HTML and plain-text versions, click every link, and send a test to an inbox you control before scheduling.
Keep links and attachments trustworthy
Use link groups when you need controlled link rotation, but make every destination clear and relevant. Keep attachments small, name them professionally, and ensure the recipient expects them. Unfamiliar domains, misleading anchors, and oversized attachments can hurt both trust and deliverability.