Fix some issues 10
This commit is contained in:
@@ -176,9 +176,12 @@ data:
|
||||
# ================================================================
|
||||
# EMAIL CONFIGURATION
|
||||
# ================================================================
|
||||
SMTP_HOST: "mailu-postfix.bakery-ia.svc.cluster.local"
|
||||
# Use mailu-front port 25 for internal relay (no auth needed from trusted subnet)
|
||||
# Mailu is configured with subnet: "10.1.0.0/16" which allows unauthenticated relay
|
||||
# TLS is disabled because Mailu is configured with TLS_FLAVOR: "notls"
|
||||
SMTP_HOST: "mailu-front.bakery-ia.svc.cluster.local"
|
||||
SMTP_PORT: "25"
|
||||
SMTP_TLS: "true"
|
||||
SMTP_TLS: "false"
|
||||
SMTP_SSL: "false"
|
||||
DEFAULT_FROM_EMAIL: "noreply@bakewise.ai"
|
||||
DEFAULT_FROM_NAME: "Bakery-Forecast"
|
||||
|
||||
Reference in New Issue
Block a user