diff --git a/manual/faq.rst b/manual/faq.rst
index f26a70aea6..f767459deb 100644
--- a/manual/faq.rst
+++ b/manual/faq.rst
@@ -414,7 +414,7 @@ antivirus program.
.. note::
If you are concerned about giving calibre access to your email
- account, simply create a new free email account with GMX or Hotmail
+ account, simply create a new free email account with GMX or Outlook
and use it only for calibre.
diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py
index 0e26cb99a9..f635900366 100644
--- a/src/calibre/gui2/wizard/send_email.py
+++ b/src/calibre/gui2/wizard/send_email.py
@@ -248,13 +248,13 @@ class SendEmail(QWidget, Ui_Form):
'at_in_username': True,
},
'hotmail': {
- 'name': 'Hotmail',
+ 'name': 'Outlook',
'relay': 'smtp-mail.outlook.com',
'port': 587,
- 'username': '@hotmail.com',
- 'url': 'www.hotmail.com',
+ 'username': '@outlook.com',
+ 'url': 'outlook.live.com/owa/',
'extra': _('If you are setting up a new'
- ' Hotmail account, Microsoft requires that you '
+ ' Outlook account, Microsoft requires that you '
' verify your account periodically, before it'
' will let calibre send email.'),
'at_in_username': True,
diff --git a/src/calibre/gui2/wizard/send_email.ui b/src/calibre/gui2/wizard/send_email.ui
index d3c51709a8..467e7d7a6c 100644
--- a/src/calibre/gui2/wizard/send_email.ui
+++ b/src/calibre/gui2/wizard/send_email.ui
@@ -241,7 +241,7 @@
- Use &Hotmail
+ Use &Outlook