Warn about Hotmail's asinine SMTP policy

This commit is contained in:
Kovid Goyal 2011-05-23 12:07:33 -06:00
parent a654486d81
commit 669d377053

View File

@ -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)