Design

Email Templates

Design once, send everywhere. Powerful Liquid templating with version control and real-time previews.

How it works

1

Create Template

Design your email using our visual builder, HTML editor, or AI Composer. Use Liquid for dynamic logic.

2

Add Logic

Inject user data using Liquid tags. Use conditionals and loops for personalized content like order tables.

3

Live Preview

Test with real data in real-time. Send test emails to your inbox or check rendering in various clients.

4

Deploy & Use

Save your template and trigger it via the API or include it in a marketing campaign immediately.

Capabilities

Liquid Templating

Full Liquid support. Use variables, filters, and tags to create complex, data-driven email content.

Version Control

Every change is versioned. Roll back to a previous design instantly if a new deploy has rendering issues.

Responsive by Default

Our templates are tested across 100+ email clients and devices to ensure they look great everywhere.

Template API

Retrieve, update, and manage your templates programmatically via our REST API. Perfect for CI/CD.

Liquid Template Example

html
<!-- Welcome Email Template -->
<h1>Hello, {{ user.first_name | capitalize }}!</h1>
<p>Welcome to Transmit. Your account is now active.</p>

{% if user.plan == 'pro' %}
  <p>Thanks for being a Pro member! 🚀</p>
{% endif %}

<ul>
  {% for item in recent_items %}
    <li>{{ item.name }} - {{ item.price | money }}</li>
  {% endfor %}
</ul>

Related features

Frequently Asked Questions

What is Liquid?
Liquid is an open-source template language created by Shopify. It uses a combination of tags, objects, and filters to load dynamic content.
Can I use my own CSS?
Yes, you can use inline CSS or provide a style block. We automatically inline your CSS before sending to ensure maximum client support.
Do you support dark mode?
Yes, our editor and base templates include built-in support for dark mode styles using `@media (prefers-color-scheme: dark)`.
Can I host images with Transmit?
Yes, you can upload images directly to our asset CDN or link to external URLs.
Get started in minutes

Start sending with Transmit

Set up in minutes. Volume-based pricing starts at $2/month.