The protocol is not supposed to go into SMTP_HOST

This commit is contained in:
Robert Schäfer 2019-06-24 14:49:45 +02:00
parent 6ce96d906b
commit 91e7e2adaf

View File

@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
data:
SMTP_HOST: "http://mailserver.human-connection"
SMTP_HOST: "mailserver.human-connection"
SMTP_PORT: "25"
SMTP_USERNAME: ""
SMTP_PASSWORD: ""