mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 19:51:21 +02:00
Updated hotmail.com SMTP server (#557)
This commit is contained in:
parent
fc60dcdd0d
commit
51dfdb5013
@ -129,7 +129,7 @@ EMAIL_TEMPLATES = (
|
|||||||
r'(?P<domain>(hotmail|live)\.com)$', re.I),
|
r'(?P<domain>(hotmail|live)\.com)$', re.I),
|
||||||
{
|
{
|
||||||
'port': 587,
|
'port': 587,
|
||||||
'smtp_host': 'smtp.live.com',
|
'smtp_host': 'smtp-mail.outlook.com',
|
||||||
'secure': True,
|
'secure': True,
|
||||||
'secure_mode': SecureMailMode.STARTTLS,
|
'secure_mode': SecureMailMode.STARTTLS,
|
||||||
'login_type': (WebBaseLogin.EMAIL, )
|
'login_type': (WebBaseLogin.EMAIL, )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user