Also, I believe hotmail requires full email address as username too

This commit is contained in:
Kovid Goyal 2022-01-31 08:07:23 +05:30
parent 9aaaa1b103
commit 3f2aa59072
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -251,7 +251,7 @@ def create_service_relay(self, service, *args):
'name': 'Hotmail',
'relay': 'smtp-mail.outlook.com',
'port': 587,
'username': '',
'username': '@hotmail.com',
'url': 'www.hotmail.com',
'extra': _('If you are setting up a new'
' Hotmail account, Microsoft requires that you '