mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-13 05:09:59 -04:00
Also, I believe hotmail requires full email address as username too
This commit is contained in:
parent
9aaaa1b103
commit
3f2aa59072
@ -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 '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user