From bebf2d89d335c48659d2e25cb9f6f8310e867fc5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Mar 2018 16:12:52 +0100 Subject: Add option to disable starttls --- config/default.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index 48e5bd067..26fc5c128 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -25,6 +25,7 @@ smtp: username: null password: null tls: true + disable_starttls: false ca_file: null # Used for self signed certificates from_address: 'admin@example.com' -- cgit v1.2.3