Add Mailpit email transport
This commit is contained in:
@@ -114,12 +114,19 @@ NEXT_PUBLIC_BRAND_LOGO_TEXT=beenvoice
|
||||
NEXT_PUBLIC_BRAND_ICON=$
|
||||
|
||||
# =============================================================================
|
||||
# Email — Resend (optional)
|
||||
# Email — Mailpit locally, Resend in production
|
||||
# =============================================================================
|
||||
# Leave blank to disable invoice and password-reset email delivery.
|
||||
# Start local dependencies, then inspect messages at http://localhost:8028.
|
||||
# Production must use EMAIL_PROVIDER=resend (Mailpit is rejected in production).
|
||||
|
||||
EMAIL_PROVIDER=mailpit
|
||||
EMAIL_FROM=beenvoice <noreply@beenvoice.test>
|
||||
SMTP_HOST=127.0.0.1
|
||||
SMTP_PORT=1028
|
||||
SMTP_SECURE=false
|
||||
RESEND_API_KEY=
|
||||
RESEND_DOMAIN=
|
||||
RESEND_FROM=
|
||||
|
||||
# =============================================================================
|
||||
# Analytics — Umami (optional)
|
||||
|
||||
Reference in New Issue
Block a user