3 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</p>
8
<h1 style="margin:0 0 16px;font-size:22px;line-height:1.3;font-weight:600;color:#18181b;">Welcome aboard</h1>
9
<p style="margin:0 0 24px;font-size:15px;line-height:1.6;color:#52525b;">
10
Hi Alex, thanks for signing up for Acme. Your account is ready — sign in to get started.
11
</p>
12
<table role="presentation" cellpadding="0" cellspacing="0">
13
<tr>
14
<td style="border-radius:6px;background-color:#18181b;">
15
<a href="https://example.com/dashboard" style="display:inline-block;padding:12px 20px;font-size:15px;font-weight:600;color:#ffffff;text-decoration:none;">Go to dashboard</a>
16
</td>
17
</tr>
18
</table>
19
<p style="margin:24px 0 0;font-size:13px;line-height:1.6;color:#71717a;">
20
Need help getting started? Reply to this email or visit our help center.
21
</p>
22
</td>
23
</tr>
24
</table>
25
<p style="margin:24px 0 0;font-size:12px;line-height:1.5;color:#a1a1aa;">© Acme</p>
26
</td>
27
</tr>
28
</table>