s/tls/starttls/

This commit is contained in:
Martin Zimmermann 2014-01-26 18:35:52 +01:00
parent 335caa4887
commit 14a2f82134

View File

@ -117,7 +117,7 @@ class Config:
"reload = off", "profile = off",
"[smtp]",
"username = ", "password = ",
"host = localhost", "port = 587", "security = tls",
"host = localhost", "port = 587", "security = starttls",
"to = ", "from = ",
"[guard]",
"enabled = true",