Notify.smtp: default to STARTTLS
This commit is contained in:
parent
74acc5cf41
commit
b1f3492fd0
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@ CONF_SERVER = 'server'
|
|||
CONF_SENDER_NAME = 'sender_name'
|
||||
|
||||
DEFAULT_HOST = 'localhost'
|
||||
DEFAULT_PORT = 465
|
||||
DEFAULT_PORT = 587
|
||||
DEFAULT_TIMEOUT = 5
|
||||
DEFAULT_DEBUG = False
|
||||
DEFAULT_ENCRYPTION = 'tls'
|
||||
DEFAULT_ENCRYPTION = 'starttls'
|
||||
|
||||
ENCRYPTION_OPTIONS = ['tls', 'starttls', 'none']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue