From 0ae03ae9941bcff262bf6434249e9336b9dfcd3d Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 15 Dec 2025 11:10:11 +0100 Subject: [PATCH] mantisbt V4 email configuration added --- argocd/apps/mantisbt/values-mantisbt.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/argocd/apps/mantisbt/values-mantisbt.yaml b/argocd/apps/mantisbt/values-mantisbt.yaml index c593428..07370be 100644 --- a/argocd/apps/mantisbt/values-mantisbt.yaml +++ b/argocd/apps/mantisbt/values-mantisbt.yaml @@ -33,9 +33,14 @@ spec: - mantisbt.innovation-hub-niedersachsen.de mantisbt: - # WICHTIG: Nach der Installation auf "0" setzen! enableAdmin: "1" timezone: "Europe/Berlin" + email: + enabled: true + smtpHost: 192.168.4.125 + smtpPort: 25 + fromAddress: "mantisbt@innovation-hub-niedersachsen.de" + fromName: "InnoHub MantisBT" persistence: enabled: true