What problem does it solve?
Ensures that email addresses provided by users are actually owned by them by requiring recipients to click a unique verification link, preventing account takeover, mistaken contact details, and unreliable communication channels.
Core Features & Use Cases
- Click-to-verify links: Generates per-recipient verification URLs and handles callbacks to mark addresses as verified.
- Verified address store: Uses a verifiedEmails store for authoritative verification state and a verification mixin to process link requests.
- Integration & requirements: Integrates with the email sending extension to deliver messages and requires the email HTML body to include the {{VERIFICATION_URL}} placeholder.
- Use case: Ideal for account onboarding, password recovery flows, invitations, and any scenario that must confirm an owner's email before granting access or sending sensitive content.
Quick Start
Send a verification email to [email protected] using the sendVerificationEmail integration and include the placeholder {{VERIFICATION_URL}} in the HTML body.