Visitza — Email Verification
TemplateReact Email address verification (magic link) template for Visitza. Supports all three product variants with dark theming. Includes subject generator, plain-text renderer, and EmailTemplateDefinition export.
client/visitza/email-tpl-confirmationInstallation
1 · Add registry to components.json
2 · Install component
Examples
All product variants
Switch between public, partner, and supplier brands. Shows subject, plain text, and live HTML preview.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
recipientEmailreq | string | — | Address to verify (shown in copy). |
recipientName | string | — | Greeting name; falls back to 'there'. |
productreq | VisitzaEmailProduct | — | Brand variant: public | partner | supplier. |
confirmUrlreq | string | — | HTTPS verification link. |
confirmButtonLabel | string | — | Defaults to 'Confirm email address'. |
expiryNote | string | — | Optional italic note under body (e.g. link expiry). |