How It Works
The email service (backend/app/services/email.py) has two modes:
Development Mode (default)
WhenSMTP_HOST is empty (the default), all emails are printed to the backend console:
Console logging in development, SMTP in production. Invitation, password reset, and welcome emails.
backend/app/services/email.py) has two modes:
SMTP_HOST is empty (the default), all emails are printed to the backend console: