s/tls/starttls/

legacy/0.7
Martin Zimmermann 11 years ago
parent 335caa4887
commit 14a2f82134

@ -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",

Loading…
Cancel
Save