Build a transactional email from a presets (welcome, verify, password reset, receipt, announcement). Outputs bulletproof inline-styled HTML.
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" /><title>Welcome to YourBrand!</title></head>
<body style="background:#f4f4f5;margin:0;padding:40px 0;font-family:Arial,sans-serif;">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="560" style="background:#fff;border-radius:12px;padding:40px;">
<tr><td>
<h1 style="font-size:22px;color:#0f172a;margin:0 0 8px;">YourBrand</h1>
<h2 style="font-size:18px;color:#0f172a;margin:24px 0 8px;">Welcome to YourBrand!</h2>
<p style="color:#64748b;line-height:1.6;margin:0 0 24px;">Thanks for signing up. We're glad to have you on board.<br/><br/>Click below to get started.</p>
<p style="color:#94a3b8;font-size:13px;margin:32px 0 0;">YourBrand · This is a transactional email.</p>
</td></tr>
</table>
</body>
</html>