mirror of
https://github.com/caronc/apprise.git
synced 2024-11-25 01:24:03 +01: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),
|
||||
{
|
||||
'port': 587,
|
||||
'smtp_host': 'smtp.live.com',
|
||||
'smtp_host': 'smtp-mail.outlook.com',
|
||||
'secure': True,
|
||||
'secure_mode': SecureMailMode.STARTTLS,
|
||||
'login_type': (WebBaseLogin.EMAIL, )
|
||||
|
Loading…
Reference in New Issue
Block a user