Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ ALLOWED_CORS_ORIGINS=["localhost:3006","localhost:8080","localhost:8000"]
EMAIL_ENABLED=true # Set to true to enable email sending
EMAIL_SMTP_HOST=localhost # For Mailpit: localhost, for production: your SMTP host
EMAIL_SMTP_PORT=11025 # For Mailpit: 11025, for production: 587 (TLS) or 465 (SSL)
EMAIL_SMTP_USER= # Mailpit doesn't require auth, leave empty for dev
EMAIL_SMTP_PASSWORD= # Mailpit doesn't require auth, leave empty for dev
# Mailpit doesn't require auth, leave empty for dev
EMAIL_SMTP_USER=
# Mailpit doesn't require auth, leave empty for dev
EMAIL_SMTP_PASSWORD=
EMAIL_USE_TLS=false # Mailpit doesn't use TLS, set true for production
EMAIL_USE_SSL=false # Mailpit doesn't use SSL, set true for production
EMAIL_FROM_ADDRESS=noreply@localhost # Default from email
Expand Down