View Single Post
Old 08-17-2016, 06:57 AM   #57
Colc
Enthusiast
Colc began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Sep 2015
Location: Melbourne
Device: Kindle Paperwhite
OK I opened a GMX account; have struck some difficulty. my new email address is ????@gmx.us
allocated Host name is mail.gmx.com
allocated Username, ????@gmx.com
Port 587
Encryption TLS.
when I try to send a book, the circle turns endlessly, when I stop the procedure, I receive the following message.
I am able to logon to the website inbox which recognises my credentials.
Obviously I am doing something wrong; any suggestions?

"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 636, in login
SMTPAuthenticationError: (535, 'Authentication credentials invalid')


Log:
connect: (u'mail.gmx.com', 587)
connect: (u'mail.gmx.com', 587)
reply: '220 gmx.com (mrgmx001) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx001) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx001) Nemesis ESMTP Service ready
send: 'ehlo [192.168.1.101]\r\n'
reply: '250-gmx.com Hello [192.168.1.101] [43.240.144.44]\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 [192.168.1.101] [43.240.144.44]
SIZE 69920427
AUTH LOGIN PLAIN
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo [192.168.1.101]\r\n'
reply: '250-gmx.com Hello [192.168.1.101] [43.240.144.44]\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 AUTH LOGIN PLAIN\r\n'
reply: retcode (250); Msg: gmx.com Hello [192.168.1.101] [43.240.144.44]
SIZE 69920427
AUTH LOGIN PLAIN
send: 'AUTH PLAIN AGNvbGNAZ214LmNvbQAzNjE4Q29sYw==\r\n'
reply: '535 Authentication credentials invalid\r\n'
reply: retcode (535); Msg: Authentication credentials invalid
"
Colc is offline   Reply With Quote