Appearance
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
- Newsletter Signup: User subscribes → subscription recorded → welcome email sent
- Password Reset: User requests reset → one-hour reset link is generated and delivery is attempted
- 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.