mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Hotmail SMTP server has changed
This commit is contained in:
parent
07f59656b3
commit
e1730e1a3b
@ -468,7 +468,7 @@ metadata_edit_elision_point = 'right'
|
||||
# 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 @@ class SendEmail(QWidget, Ui_Form):
|
||||
},
|
||||
'hotmail': {
|
||||
'name': 'Hotmail',
|
||||
'relay': 'smtp.live.com',
|
||||
'relay': 'smtp-mail.outlook.com',
|
||||
'port': 587,
|
||||
'username': '',
|
||||
'url': 'www.hotmail.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user