Email confirmation

Util

Address verification email (magic link) using the same Visitza layout as the waitlist template. Returns EmailRenderResult for any mail provider.

core/email-confirmation

Installation

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

PropTypeDescription
recipientEmailreq
stringAddress to verify (shown in copy).
recipientName
stringGreeting name.
productreq
VisitzaEmailProductBranding variant: public | partner | supplier.
confirmUrlreq
stringHTTPS link with token or hash.
confirmButtonLabel
stringDefaults to “Confirm email address”.
expiryNote
stringOptional italic line under body (e.g. link expiry).
(returns)
EmailRenderResult{ subject, html, text }.