mirror of
https://github.com/home-assistant/core.git
synced 2025-05-12 18:09:17 +00:00
Notify.smtp: default to STARTTLS
This commit is contained in:
parent
74acc5cf41
commit
b1f3492fd0
@ -35,10 +35,10 @@ CONF_SERVER = 'server'
|
|||||||
CONF_SENDER_NAME = 'sender_name'
|
CONF_SENDER_NAME = 'sender_name'
|
||||||
|
|
||||||
DEFAULT_HOST = 'localhost'
|
DEFAULT_HOST = 'localhost'
|
||||||
DEFAULT_PORT = 465
|
DEFAULT_PORT = 587
|
||||||
DEFAULT_TIMEOUT = 5
|
DEFAULT_TIMEOUT = 5
|
||||||
DEFAULT_DEBUG = False
|
DEFAULT_DEBUG = False
|
||||||
DEFAULT_ENCRYPTION = 'tls'
|
DEFAULT_ENCRYPTION = 'starttls'
|
||||||
|
|
||||||
ENCRYPTION_OPTIONS = ['tls', 'starttls', 'none']
|
ENCRYPTION_OPTIONS = ['tls', 'starttls', 'none']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user