mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1826619 [GMX email setup instructions enhancement](https://bugs.launchpad.net/calibre/+bug/1826619)
This commit is contained in:
parent
330a93f001
commit
2983cb20e9
@ -223,7 +223,9 @@ class SendEmail(QWidget, Ui_Form):
|
|||||||
'port': 587,
|
'port': 587,
|
||||||
'username': '@gmx.com',
|
'username': '@gmx.com',
|
||||||
'url': 'www.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,
|
'at_in_username': True,
|
||||||
},
|
},
|
||||||
'gmail': {
|
'gmail': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user