Here it is. I'm a bit thick when it comes to any sort of code so please tell me if I've accidentally given you access to my bank accounts would you!
Traceback (most recent call last):
File "site-packages/calibre/gui2/wizard/send_email.py", line 201, 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 (mrgmx003) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx003) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx003) Nemesis ESMTP Service ready
send: 'ehlo 6.1.168.192.in-addr.arpa\r\n'
reply: '250-gmx.com Hello 6.1.168.192.in-addr.arpa [87.112.122.47]\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 6.1.168.192.in-addr.arpa [87.112.122.47]
SIZE 69920427
AUTH LOGIN PLAIN
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo 6.1.168.192.in-addr.arpa\r\n'
reply: '250-gmx.com Hello 6.1.168.192.in-addr.arpa [87.112.122.47]\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 AUTH LOGIN PLAIN\r\n'
reply: retcode (250); Msg: gmx.com Hello 6.1.168.192.in-addr.arpa [87.112.122.47]
SIZE 69920427
AUTH LOGIN PLAIN
send: 'AUTH PLAIN AGRhaXN5LW1heUBnbXguY29tAG1rdTE0MWc3ODk=\r\n'
reply: '535 Authentication credentials invalid\r\n'
reply: retcode (535); Msg: Authentication credentials invalid
|