s/tls/starttls/
This commit is contained in:
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…
Reference in New Issue
Block a user