Updated hotmail.com SMTP server (#557)

This commit is contained in:
Chris Caron 2022-03-28 19:57:20 -04:00 committed by GitHub
parent fc60dcdd0d
commit 51dfdb5013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, )