Set up gmx email account, ran "test," and received this error log:
Traceback (most recent call last):
File "site-packages\calibre\gui2\wizard\send_email.py", line 174, in test_email_settings
File "site-packages\calibre\utils\smtp.py", line 135, in sendmail
File "site-packages\calibre\utils\smtplib.py", line 617, in login
SMTPAuthenticationError: (535, 'Authentication credentials invalid')
Log:
connect: (u'mail.gmx.com', 587)
connect: (u'mail.gmx.com', 587)
reply: '220 gmx.com (mrgmx101) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx101) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx101) Nemesis ESMTP Service ready
send: 'ehlo TheSilvers-PC.Home\r\n'
reply: '250-gmx.com Hello TheSilvers-PC.Home [174.30.63.205]\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250 STARTTLS\r\n'
reply: retcode (250); Msg: gmx.com Hello TheSilvers-PC.Home [174.30.63.205]
SIZE 69920427
AUTH LOGIN PLAIN
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo TheSilvers-PC.Home\r\n'
reply: '250-gmx.com Hello TheSilvers-PC.Home [174.30.63.205]\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 AUTH LOGIN PLAIN\r\n'
reply: retcode (250); Msg: gmx.com Hello TheSilvers-PC.Home [174.30.63.205]
SIZE 69920427
AUTH LOGIN PLAIN
send: 'AUTH PLAIN AFNpbHZlckxpYjE3NkBnbXguY29tAENhbGlicjh0ZQ==\r\n'
reply: '535 Authentication credentials invalid\r\n'
reply: retcode (535); Msg: Authentication credentials invalid
|