mirror of
https://github.com/home-assistant/core.git
synced 2025-05-09 16:39:22 +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'
|
||||
|
||||
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…
x
Reference in New Issue
Block a user