I set up a gmx account to hopefully make this as simple as possible..
I'm getting the following error (let me know if more logs needed):
Quote:
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 [172.23.237.65]\r\n'
reply: '250-gmx.com Hello [172.23.237.65] [xx.xx.xx.xx]\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 STARTTLS\r\n'
reply: retcode (250); Msg: gmx.com Hello [172.23.237.65] [xx.xx.xx.xx]
AUTH LOGIN PLAIN
SIZE 69920427
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo [172.23.237.65]\r\n'
reply: '250-gmx.com Hello [172.23.237.65] [xx.xx.xx.xx]\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250 SIZE 69920427\r\n'
reply: retcode (250); Msg: gmx.com Hello [172.23.237.65] [xx.xx.xx.xx]
AUTH LOGIN PLAIN
SIZE 69920427
send: AUTH
reply: '535 Authentication credentials invalid\r\n'
reply: retcode (535); Msg: Authentication credentials invalid
Sending failed...
Traceback (most recent call last):
File "site-packages\calibre\gui2\email.py", line 44, in run
File "site-packages\calibre\gui2\email.py", line 134, in sendmail
File "site-packages\calibre\utils\smtp.py", line 158, in sendmail
File "site-packages\calibre\utils\smtplib.py", line 648, in login
SMTPAuthenticationError: (535, 'Authentication credentials invalid')
|
I'm 100% sure I'm using the correct password.
What I'm not clear on is what the field values for "your gmx email address" and "your gmx username" should be. This might be the source of the problem.. what *should* they be? Right now, I have them both filled with the full e-mail address (ex. if I'm using
abcde@gmx.com - not real - both are filled out with
abcde@gmx.com).
Also potentially something else is going wrong.. but I have no idea. Please assist.