Fixed port, added starttls

This commit is contained in:
2023-07-19 00:29:37 +02:00
parent c735392ee5
commit ea197d2006
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ data:
{{- if eq (.Values.email.smtpServer | default "smtp2go" ) "smtp2go" }}
SMTP_PORT: '2525'
{{- else }}
SMTP_PORT: '25'
SMTP_PORT: '587'
SMTP_STARTTLS: 'True'
{{- end }}
SMTP_AUTH: 'true'
SMTP_FROM: 'customer-noreply@v3.nu'