From 2983cb20e92fb666a42b791834a75e57c8d06652 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 27 Apr 2019 08:12:38 +0530 Subject: [PATCH] Fix #1826619 [GMX email setup instructions enhancement](https://bugs.launchpad.net/calibre/+bug/1826619) --- src/calibre/gui2/wizard/send_email.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py index df574b3677..4df152d0d9 100644 --- a/src/calibre/gui2/wizard/send_email.py +++ b/src/calibre/gui2/wizard/send_email.py @@ -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': {