SMTP_PORT

This commit is contained in:
titver968
2025-10-08 08:23:51 +02:00
parent 9f846e070c
commit 0b7dcbf17f

View File

@@ -16,7 +16,8 @@ spec:
environment:
EMAIL_DELIVERY_METHOD: "smtp"
SMTP_ADDRESS: "192.168.4.125"
SMTP_ADDRESS: "smtp.innohub.local"
SMTP_PORT: "25"
SMTP_DOMAIN: "innovation-hub-niedersachsen.de"
SMTP_AUTHENTICATION: "none"
SMTP_ENABLE_STARTTLS_AUTO: "false"