← Back to Docs
Email Templates
Transactional email templates used across Meridian. All templates use Tailwind-compatible inline CSS and Go {{.Var}} placeholders.
Signup Verification
Sent after registration to confirm email ownership.
<table width="100%" cellpadding="0" cellspacing="0" style="background:#0A0612;padding:40px 0"><tr><td align="center"><table width="480" cellpadding="0" cellspacing="0" style="background:#1a1128;border-radius:12px;overflow:hidden"><tr><td style="padding:32px 40px;text-align:center"><div style="font-size:24px;font-weight:700;color:#8B5CF6">Meridian</div></td></tr><tr><td style="padding:0 40px 32px;color:#e2d9f3;font-family:Arial,sans-serif;font-size:15px;line-height:1.6"><p style="margin:0 0 16px">Verify your email to activate your Meridian account.</p><table width="100%" cellpadding="0" cellspacing="0"><tr><td align="center"><a href="{{.Link}}" style="display:inline-block;background:#8B5CF6;color:#fff;text-decoration:none;padding:12px 32px;border-radius:8px;font-weight:600;font-size:15px">Verify Email</a></td></tr></table><p style="margin:20px 0 0;font-size:13px;color:#9b8aaf">Link expires in 24 hours. If you didn't create this account, ignore this email.</p></td></tr><tr><td style="padding:20px 40px;border-top:1px solid #2a1f3d;font-size:12px;color:#6b5a7f">© 2026 Meridian · getnimbus.net</td></tr></table></td></tr></table>Password Reset
Triggered when a user requests a password change.
<table width="100%" cellpadding="0" cellspacing="0" style="background:#0A0612;padding:40px 0"><tr><td align="center"><table width="480" cellpadding="0" cellspacing="0" style="background:#1a1128;border-radius:12px;overflow:hidden"><tr><td style="padding:32px 40px;text-align:center"><div style="font-size:24px;font-weight:700;color:#F472B6">Reset Password</div></td></tr><tr><td style="padding:0 40px 32px;color:#e2d9f3;font-family:Arial,sans-serif;font-size:15px;line-height:1.6"><p style="margin:0 0 16px">We received a request to reset your Meridian password.</p><table width="100%" cellpadding="0" cellspacing="0"><tr><td align="center"><a href="{{.Link}}" style="display:inline-block;background:#F472B6;color:#0A0612;text-decoration:none;padding:12px 32px;border-radius:8px;font-weight:600;font-size:15px">Reset Password</a></td></tr></table><p style="margin:20px 0 0;font-size:13px;color:#9b8aaf">If you didn't request this, your account is safe — no action needed.</p></td></tr><tr><td style="padding:20px 40px;border-top:1px solid #2a1f3d;font-size:12px;color:#6b5a7f">© 2026 Meridian · getnimbus.net</td></tr></table></td></tr></table>Billing Receipt
Confirmation after a successful payment or renewal.
<table width="100%" cellpadding="0" cellspacing="0" style="background:#0A0612;padding:40px 0"><tr><td align="center"><table width="480" cellpadding="0" cellspacing="0" style="background:#1a1128;border-radius:12px;overflow:hidden"><tr><td style="padding:32px 40px;text-align:center"><div style="font-size:24px;font-weight:700;color:#8B5CF6">Receipt</div></td></tr><tr><td style="padding:0 40px 32px;color:#e2d9f3;font-family:Arial,sans-serif;font-size:15px;line-height:1.6"><p style="margin:0 0 12px">Thanks for your payment. Here's a summary:</p><table width="100%" cellpadding="0" cellspacing="0" style="background:#0A0612;border-radius:8px;padding:16px;margin-bottom:16px"><tr><td style="color:#9b8aaf;font-size:13px">Amount</td><td style="text-align:right;color:#e2d9f3;font-weight:600">{{.Amount}}</td></tr><tr><td style="color:#9b8aaf;font-size:13px;padding-top:8px">Plan</td><td style="text-align:right;color:#e2d9f3;font-weight:600;padding-top:8px">{{.Plan}}</td></tr><tr><td style="color:#9b8aaf;font-size:13px;padding-top:8px">Next billing</td><td style="text-align:right;color:#e2d9f3;font-weight:600;padding-top:8px">{{.NextDate}}</td></tr></table><p style="margin:0;font-size:13px;color:#9b8aaf">Invoice ID: {{.InvoiceID}}</p></td></tr><tr><td style="padding:20px 40px;border-top:1px solid #2a1f3d;font-size:12px;color:#6b5a7f">© 2026 Meridian · getnimbus.net</td></tr></table></td></tr></table>2FA Code
One-time code for two-factor authentication.
<table width="100%" cellpadding="0" cellspacing="0" style="background:#0A0612;padding:40px 0"><tr><td align="center"><table width="480" cellpadding="0" cellspacing="0" style="background:#1a1128;border-radius:12px;overflow:hidden"><tr><td style="padding:32px 40px;text-align:center"><div style="font-size:24px;font-weight:700;color:#F472B6">Verification Code</div></td></tr><tr><td style="padding:0 40px 32px;color:#e2d9f3;font-family:Arial,sans-serif;font-size:15px;line-height:1.6;text-align:center"><p style="margin:0 0 20px">Use this code to complete sign-in:</p><div style="font-size:36px;font-weight:700;letter-spacing:8px;color:#8B5CF6;background:#0A0612;display:inline-block;padding:12px 28px;border-radius:8px;margin-bottom:20px">{{.Code}}</div><p style="margin:0;font-size:13px;color:#9b8aaf">Expires in 5 minutes. Do not share this code with anyone.</p></td></tr><tr><td style="padding:20px 40px;border-top:1px solid #2a1f3d;font-size:12px;color:#6b5a7f">© 2026 Meridian · getnimbus.net</td></tr></table></td></tr></table>