7 placeholders
HTML markup
Paste into your html field
1
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:0;padding:0;background-color:#f4f4f5;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;">
2
<tr>
3
<td align="center" style="padding:40px 16px;">
4
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="max-width:560px;background-color:#ffffff;border-radius:8px;border:1px solid #e4e4e7;">
5
<tr>
6
<td style="padding:32px 32px 24px;">
7
<p style="margin:0 0 8px;font-size:14px;font-weight:600;color:#18181b;">Acme Shop</p>
8
<h1 style="margin:0 0 8px;font-size:22px;line-height:1.3;font-weight:600;color:#18181b;">Order confirmed</h1>
9
<p style="margin:0 0 24px;font-size:14px;color:#71717a;">Order #1042 · June 26, 2026</p>
10
<p style="margin:0 0 24px;font-size:15px;line-height:1.6;color:#52525b;">
11
Hi Alex, thanks for your purchase. We are preparing your order and will send another email when it ships.
12
</p>
13
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:0 0 24px;border-top:1px solid #e4e4e7;border-bottom:1px solid #e4e4e7;">
14
<tr>
15
<td style="padding:16px 0;font-size:14px;color:#52525b;">2 items</td>
16
<td align="right" style="padding:16px 0;font-size:14px;font-weight:600;color:#18181b;">$48.00</td>
17
</tr>
18
</table>
19
<table role="presentation" cellpadding="0" cellspacing="0">
20
<tr>
21
<td style="border-radius:6px;background-color:#18181b;">
22
<a href="https://example.com/orders/1042" style="display:inline-block;padding:12px 20px;font-size:15px;font-weight:600;color:#ffffff;text-decoration:none;">View order</a>
23
</td>
24
</tr>
25
</table>
26
</td>
27
</tr>
28
</table>
29
<p style="margin:24px 0 0;font-size:12px;line-height:1.5;color:#a1a1aa;">© Acme Shop</p>
30
</td>
31
</tr>
32
</table>