Fixed port, added starttls
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "99.6.26"
|
HELM_CHART_VERSION: "99.6.27"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ data:
|
|||||||
{{- if eq (.Values.email.smtpServer | default "smtp2go" ) "smtp2go" }}
|
{{- if eq (.Values.email.smtpServer | default "smtp2go" ) "smtp2go" }}
|
||||||
SMTP_PORT: '2525'
|
SMTP_PORT: '2525'
|
||||||
{{- else }}
|
{{- else }}
|
||||||
SMTP_PORT: '25'
|
SMTP_PORT: '587'
|
||||||
|
SMTP_STARTTLS: 'True'
|
||||||
{{- end }}
|
{{- end }}
|
||||||
SMTP_AUTH: 'true'
|
SMTP_AUTH: 'true'
|
||||||
SMTP_FROM: 'customer-noreply@v3.nu'
|
SMTP_FROM: 'customer-noreply@v3.nu'
|
||||||
|
|||||||
Reference in New Issue
Block a user