From e1730e1a3b95c3d08d4b0cdb5ba5a5c654efada2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 31 Jan 2022 07:52:50 +0530 Subject: [PATCH] Hotmail SMTP server has changed --- resources/default_tweaks.py | 2 +- src/calibre/gui2/wizard/send_email.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index e36b98d201..ba6c80d234 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -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, diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py index 8b43f52b9b..bb1f83db32 100644 --- a/src/calibre/gui2/wizard/send_email.py +++ b/src/calibre/gui2/wizard/send_email.py @@ -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',