From 9a1243785e157120f29469328069321fb6cc35fa Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 19:21:54 +0100 Subject: [PATCH] Blog: addsmtp little config http false and port and emtpy pw and tls --- apps/templates/blog-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 74ba1c7..4a8153f 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -30,7 +30,7 @@ spec: smtpPort: "587" smtpUser: "postmaster@mail.hensen.io" smtpPassword: "-" - # smtpProtocol: "ssl" + smtpProtocol: "tls" # smtpService: "" smptExistingSecret: ghost-es allowEmptyPassword: false