mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 19:44:09 +02:00
Hotmail SMTP server has changed
This commit is contained in:
parent
07f59656b3
commit
e1730e1a3b
2 changed files with 2 additions and 2 deletions
|
|
@ -468,7 +468,7 @@
|
|||
# to be public relays here. Any relay host ending with one of the suffixes
|
||||
# in the list below will be considered a public email server.
|
||||
public_smtp_relay_delay = 301
|
||||
public_smtp_relay_host_suffixes = ['gmail.com', 'live.com', 'gmx.com']
|
||||
public_smtp_relay_host_suffixes = ['gmail.com', 'live.com', 'gmx.com', 'outlook.com']
|
||||
|
||||
#: The maximum width and height for covers saved in the calibre library
|
||||
# All covers in the calibre library will be resized, preserving aspect ratio,
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ def create_service_relay(self, service, *args):
|
|||
},
|
||||
'hotmail': {
|
||||
'name': 'Hotmail',
|
||||
'relay': 'smtp.live.com',
|
||||
'relay': 'smtp-mail.outlook.com',
|
||||
'port': 587,
|
||||
'username': '',
|
||||
'url': 'www.hotmail.com',
|
||||
|
|
|
|||
Loading…
Reference in a new issue