WelcomeEmail
EmailKayıt sonrası gönderilen hoş geldin e-postası. E-posta doğrulama CTA ve "next steps" listesi içerir.
Welcome, John Doe! 🎉
Thanks for creating an account. Confirm your email to get started.
Confirm Email Address
Link expires in 24 hours.
© 2026 Acme Corp
Live preview<%- include('../_preview-bar', locals) %>
A
<%= company.name %>
Welcome, <%= toName %>! 🎉
Thanks for creating an account. You're one step away from getting started — confirm your email address and unlock everything <%= company.name %> has to offer.
This link expires in 24 hours. If you didn't create an account, you can safely ignore this email.
What you can do next:
<% [
{ icon: 'fa-solid fa-user-pen', text: 'Complete your profile' },
{ icon: 'fa-solid fa-palette', text: 'Explore themes and components' },
{ icon: 'fa-solid fa-users', text: 'Invite your team' },
].forEach(function(item) { %>
<%= item.text %>
<% }); %>
<%- include('../_footer', locals) %>