Blog: change to mailgun

This commit is contained in:
Ruben Hensen
2025-03-25 16:21:28 +01:00
parent e52480720a
commit e226d3c9a1
+4 -3
View File
@@ -37,11 +37,12 @@ spec:
## @param smtpService SMTP service ## @param smtpService SMTP service
## @param smtpProtocol SMTP protocol (ssl or tls) ## @param smtpProtocol SMTP protocol (ssl or tls)
## ##
smtpHost: smtp.hostinger.com smtpHost: smtp.mailgun.org
smtpPort: 465 smtpPort: 587
smtpUser: ruben@hensen.io smtpUser: postmaster@sandbox7739a6cdca37419aacc3e8d654af84ed.mailgun.org
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed" smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
smtpProtocol: tls smtpProtocol: tls
smtpService: mailgun
## @param smtpExistingSecret The name of an existing secret with SMTP credentials ## @param smtpExistingSecret The name of an existing secret with SMTP credentials
## NOTE: Must contain key `smtp-password` ## NOTE: Must contain key `smtp-password`
## NOTE: When it's set, the `smtpPassword` parameter is ignored ## NOTE: When it's set, the `smtpPassword` parameter is ignored