mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Warn about Hotmail's asinine SMTP policy
This commit is contained in:
parent
a654486d81
commit
669d377053
@ -138,8 +138,11 @@ class SendEmail(QWidget, Ui_Form):
|
|||||||
'username': '',
|
'username': '',
|
||||||
'url': 'www.hotmail.com',
|
'url': 'www.hotmail.com',
|
||||||
'extra': _('If you are setting up a new'
|
'extra': _('If you are setting up a new'
|
||||||
' hotmail account, you must log in to it '
|
' hotmail account, Microsoft requires that you '
|
||||||
' once before you will be able to send mails.'),
|
' verify your account periodically, before it'
|
||||||
|
' will let calibre send email. In this case, I'
|
||||||
|
' strongly suggest you setup a free gmail account'
|
||||||
|
' instead.'),
|
||||||
}
|
}
|
||||||
}[service]
|
}[service]
|
||||||
d = QDialog(self)
|
d = QDialog(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user