From 45fed4f51126b34c0578d8a17079fb08925d89b8 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 17:06:03 +0100 Subject: [PATCH] Blog: change back to mailgun --- apps/templates/blog-helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 308bf34..e45824d 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -28,9 +28,9 @@ spec: ghostHost: "blog.hensen.io" ghostPath: / ghostEnableHttps: true - smtpHost: smtp.hostinger.com + smtpHost: sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org smtpPort: 465 - smtpUser: ruben@hensen.io + smtpUser: postmaster@sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org smtpPassword: "ignored-but-has-to-exist-else-password-isnt-passed" smtpProtocol: tls allowEmptyPassword: false