From 6d7abfd03fc2066fd653f5beac148cf43fdf4afc Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 19:13:09 +0100 Subject: [PATCH] Blog: smtp little config http false and port --- 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 5094cc8..15dd9f8 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -27,7 +27,7 @@ spec: ghostPath: / ghostEnableHttps: false smtpHost: "smtp.eu.mailgun.org" - # smtpPort: "587" + smtpPort: "587" smtpUser: "postmaster@mail.hensen.io" # smtpPassword: "" # smtpProtocol: "ssl"