bitwarden: fix SMTP security options deprications. Thanks Tomasz Torcz
This commit is contained in:
@ -22,11 +22,8 @@ data:
|
||||
{{- if .fromName }}
|
||||
SMTP_FROM_NAME: {{ .fromName | quote }}
|
||||
{{- end }}
|
||||
{{- if .ssl }}
|
||||
SMTP_SSL: {{ .ssl | quote }}
|
||||
{{- end }}
|
||||
{{- if .explicitTLS }}
|
||||
SMTP_EXPLICIT_TLS: {{ .explicitTLS | quote }}
|
||||
{{- if .security }}
|
||||
SMTP_SECURITY: {{ .security | quote }}
|
||||
{{- end }}
|
||||
{{- if .port }}
|
||||
SMTP_PORT: {{ .port | quote }}
|
||||
|
Reference in New Issue
Block a user