mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
rename hotmail to outlook
This commit is contained in:
parent
885be4936f
commit
cdecdaf519
@ -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.
|
||||
|
||||
|
||||
|
@ -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,
|
||||
|
@ -241,7 +241,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use &Hotmail</string>
|
||||
<string>Use &Outlook</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user