Disabled starttls

This commit is contained in:
anmol26s 2018-06-05 18:37:34 +05:30
parent b741c35baf
commit c8ec3ba4db

View file

@ -32,11 +32,11 @@ redis:
# SMTP server to send emails
smtp:
hostname: 'localhost'
port: 465
port: 25
username: null
password: null
tls: true
disable_starttls: false
tls: false
disable_starttls: true
ca_file: null # Used for self signed certificates
from_address: 'admin@__domain__'