Notification Email (Basic)
TemplateGeneric one-section transactional notification. Suitable for status updates, system alerts, and simple informational messages.
core/email-tpl-notification-basicInstallation
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 |
|---|---|---|---|
titlereq | string | — | Notification heading and email subject. |
bodyreq | string | — | Notification body paragraph. |
ctaUrl | string | — | Optional primary action URL. |
ctaLabel | string | — | CTA label. Defaults to 'View details'. |
recipientName | string | — | Optional greeting name. |
siteName | string | — | Defaults to 'Keystone Core'. |
logoUrl | string | — | Optional logo image URL. |
supportEmail | string | — | Optional support address in footer. |