Email confirmation
UtilAddress verification email (magic link) using the same Visitza layout as the waitlist template. Returns EmailRenderResult for any mail provider.
core/email-confirmationInstallation
1 · Add registry to components.json
2 · Install component
Examples
Subject, text & HTML
Partner-branded sample with verify button and iframe HTML preview.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
recipientEmailreq | string | — | Address to verify (shown in copy). |
recipientName | string | — | Greeting name. |
productreq | VisitzaEmailProduct | — | Branding variant: public | partner | supplier. |
confirmUrlreq | string | — | HTTPS link with token or hash. |
confirmButtonLabel | string | — | Defaults to “Confirm email address”. |
expiryNote | string | — | Optional italic line under body (e.g. link expiry). |
(returns) | EmailRenderResult | — | { subject, html, text }. |