diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
25 | username: null | 25 | username: null |
26 | password: null | 26 | password: null |
27 | tls: true | 27 | tls: true |
28 | disable_starttls: false | ||
28 | ca_file: null # Used for self signed certificates | 29 | ca_file: null # Used for self signed certificates |
29 | from_address: 'admin@example.com' | 30 | from_address: 'admin@example.com' |
30 | 31 | ||