From e226d3c9a14b55cf36a6eac7f0491d6095c9ccd2 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 16:21:28 +0100 Subject: [PATCH] Blog: change to mailgun --- apps/templates/blog-helm.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 7e061ab..e0ecdcb 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -37,11 +37,12 @@ spec: ## @param smtpService SMTP service ## @param smtpProtocol SMTP protocol (ssl or tls) ## - smtpHost: smtp.hostinger.com - smtpPort: 465 - smtpUser: ruben@hensen.io + smtpHost: smtp.mailgun.org + smtpPort: 587 + smtpUser: postmaster@sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" smtpProtocol: tls + smtpService: mailgun ## @param smtpExistingSecret The name of an existing secret with SMTP credentials ## NOTE: Must contain key `smtp-password` ## NOTE: When it's set, the `smtpPassword` parameter is ignored