Welcome Email
TemplateGeneric post-signup welcome email. Greets the new user and offers an optional CTA to the dashboard or getting-started page.
core/email-tpl-welcomeInstallation
1 · Add registry to components.json
2 · Install component
Examples
Preview
Rendered with previewProps — subject, plain text, and live HTML.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
recipientEmailreq | string | — | Recipient's email address. |
recipientName | string | — | Greeting name; falls back to email. |
ctaUrl | string | — | Optional dashboard / onboarding URL. |
ctaLabel | string | — | CTA label. Defaults to 'Get started'. |
siteName | string | — | Site/product name. Defaults to 'Keystone Core'. |
logoUrl | string | — | Optional logo image URL. |
supportEmail | string | — | Optional support address. |
footerCopy | string | — | Optional footer body text. |