From 6bffa70412211e6d53747bcc0ddc443456468b82 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 03:31:27 +0100 Subject: [PATCH] Change port to 587 --- 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 fe649da..2d527fa 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -38,7 +38,7 @@ spec: ## @param smtpProtocol SMTP protocol (ssl or tls) ## smtpHost: smtp.hostinger.com - smtpPort: 465 + smtpPort: 587 smtpUser: ruben@hensen.io smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" smtpProtocol: tls