Fix #1826619 [GMX email setup instructions enhancement](https://bugs.launchpad.net/calibre/+bug/1826619)

This commit is contained in:
Kovid Goyal 2019-04-27 08:12:38 +05:30
parent 330a93f001
commit 2983cb20e9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -223,7 +223,9 @@ class SendEmail(QWidget, Ui_Form):
'port': 587,
'username': '@gmx.com',
'url': 'www.gmx.com',
'extra': '',
'extra': _('Before using this account to send mail, you must enable the'
' "Enable access to this account via POP3 and IMAP" option in GMX'
' under More > E-mail Settings > POP3 & IMAP.'),
'at_in_username': True,
},
'gmail': {