mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 17:44:02 +02:00
Also, I believe hotmail requires full email address as username too
This commit is contained in:
parent
9aaaa1b103
commit
3f2aa59072
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Reference in a new issue