Skip to content

user-email

The user-email module provides transactional email templates for user-related events.

  • Welcome Email: Sent upon successful registration.
  • Password Reset: Contains the secure reset token link.
  • Verification: Email address verification flow.

This module registers templates with the EmailRegistry.

// Example Registration
EmailRegistry.register('user:welcome', WelcomeEmail);