From 98628a21138a73f8ace587a0c49a15688ccb3beb Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 16 Sep 2025 14:05:56 -0400 Subject: [PATCH] authentik: use default port 25 for smtp --- authentik/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 0fcb739..041590e 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -66,8 +66,6 @@ authentik: value: authentik_dubyatp@em924671.dubyatp.xyz - name: AUTHENTIK_EMAIL__HOST value: mail.smtp2go.com - - name: AUTHENTIK_EMAIL__PORT - value: "2525" - name: AUTHENTIK_EMAIL__USE_TLS value: "true" - name: AUTHENTIK_EMAIL__PASSWORD