diff --git a/isso/core.py b/isso/core.py index d3ca4cc..4b1e872 100644 --- a/isso/core.py +++ b/isso/core.py @@ -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",