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': '',
|
||||
'url': 'www.hotmail.com',
|
||||
'extra': _('If you are setting up a new'
|
||||
' hotmail account, you must log in to it '
|
||||
' once before you will be able to send mails.'),
|
||||
' hotmail account, Microsoft requires that you '
|
||||
' 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]
|
||||
d = QDialog(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user