Skip to content

Email Infrastructure Feature

What It Does

Provides email dispatch for two current flows: newsletter welcome messages and password-reset links.

Key Capabilities

  • Password Reset: Sends time-limited password-reset links
  • Newsletter Signup: Sends a welcome message after subscription
  • Consistent Content: Uses a dedicated newsletter welcome template
  • Environment Separation: Keeps development, QA, and production delivery separate

User Experience

  1. Newsletter Signup: User subscribes → subscription recorded → welcome email sent
  2. Password Reset: User requests reset → one-hour reset link is generated and delivery is attempted
  3. Account Creation: Registration creates an account and session without sending welcome mail

Current Boundaries

  • Email is used only for newsletter welcomes and password recovery.
  • Account creation does not send a welcome email.
  • Event activity does not yet send notifications.
  • Delivery retries, fallback delivery, and in-product analytics are not currently available.

Built with ❤️ by the Jubiloop team