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 @@ class SendEmail(QWidget, Ui_Form):
'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 '