diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 0b096cf8d..78995b4bc 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -52,6 +52,10 @@ redis: | |||
52 | db: 0 | 52 | db: 0 |
53 | 53 | ||
54 | smtp: | 54 | smtp: |
55 | # smtp or sendmail | ||
56 | transport: smtp | ||
57 | # Path to sendmail command. Required if you use sendmail transport | ||
58 | sendmail: null | ||
55 | hostname: null | 59 | hostname: null |
56 | port: 465 | 60 | port: 465 |
57 | username: null | 61 | username: null |