Hotmail SMTP server has changed

This commit is contained in:
Kovid Goyal 2022-01-31 07:52:50 +05:30
parent 07f59656b3
commit e1730e1a3b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -468,7 +468,7 @@ metadata_edit_elision_point = 'right'
# to be public relays here. Any relay host ending with one of the suffixes # 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. # in the list below will be considered a public email server.
public_smtp_relay_delay = 301 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 #: The maximum width and height for covers saved in the calibre library
# All covers in the calibre library will be resized, preserving aspect ratio, # All covers in the calibre library will be resized, preserving aspect ratio,

View File

@ -249,7 +249,7 @@ class SendEmail(QWidget, Ui_Form):
}, },
'hotmail': { 'hotmail': {
'name': 'Hotmail', 'name': 'Hotmail',
'relay': 'smtp.live.com', 'relay': 'smtp-mail.outlook.com',
'port': 587, 'port': 587,
'username': '', 'username': '',
'url': 'www.hotmail.com', 'url': 'www.hotmail.com',