rename hotmail to outlook

This commit is contained in:
Kovid Goyal 2022-02-01 19:48:22 +05:30
parent 885be4936f
commit cdecdaf519
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 6 additions and 6 deletions

View File

@ -414,7 +414,7 @@ antivirus program.
.. note:: .. note::
If you are concerned about giving calibre access to your email 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. and use it only for calibre.

View File

@ -248,13 +248,13 @@ class SendEmail(QWidget, Ui_Form):
'at_in_username': True, 'at_in_username': True,
}, },
'hotmail': { 'hotmail': {
'name': 'Hotmail', 'name': 'Outlook',
'relay': 'smtp-mail.outlook.com', 'relay': 'smtp-mail.outlook.com',
'port': 587, 'port': 587,
'username': '@hotmail.com', 'username': '@outlook.com',
'url': 'www.hotmail.com', 'url': 'outlook.live.com/owa/',
'extra': _('If you are setting up a new' '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' ' verify your account periodically, before it'
' will let calibre send email.'), ' will let calibre send email.'),
'at_in_username': True, 'at_in_username': True,

View File

@ -241,7 +241,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Use &amp;Hotmail</string> <string>Use &amp;Outlook</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../resources/images.qrc"> <iconset resource="../../../../resources/images.qrc">