From 3f2aa59072ea3f6c68222fe1e704ec281df6391d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 31 Jan 2022 08:07:23 +0530 Subject: [PATCH] Also, I believe hotmail requires full email address as username too --- src/calibre/gui2/wizard/send_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py index bb1f83db32..0e26cb99a9 100644 --- a/src/calibre/gui2/wizard/send_email.py +++ b/src/calibre/gui2/wizard/send_email.py @@ -251,7 +251,7 @@ class SendEmail(QWidget, Ui_Form): '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 '