View Single Post
Old 09-17-2016, 08:48 AM   #1
krisj78
Junior Member
krisj78 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2016
Device: Kindle
books don't send anymore

I've scrolled through other posts about this, but can't seem to find a solution. I haven't had any problems with sending emails from Calibre to my kindle email until about two weeks ago. Now I get this:
Spoiler:

Starting job: Email Career of Evil to kjohnsn5@kindle.com
connect: (u'mail.gmx.com', 587)
connect: (u'mail.gmx.com', 587)
reply: '220 gmx.com (mrgmx103) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx103) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx103) Nemesis ESMTP Service ready
send: 'ehlo kristins-macbook-pro.local\r\n'
reply: '250-gmx.com Hello kristins-macbook-pro.local [68.45.112.50]\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 kristins-macbook-pro.local [68.45.112.50]
SIZE 69920427
AUTH LOGIN PLAIN
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo kristins-macbook-pro.local\r\n'
reply: '250-gmx.com Hello kristins-macbook-pro.local [68.45.112.50]\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 AUTH LOGIN PLAIN\r\n'
reply: retcode (250); Msg: gmx.com Hello kristins-macbook-pro.local [68.45.112.50]
SIZE 69920427
AUTH LOGIN PLAIN
send: AUTH <censored>
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 43, in run
File "site-packages/calibre/gui2/email.py", line 132, in sendmail
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')


Retrying in 301 seconds...

Waiting 301 seconds before sending, to avoid being marked as spam.
You can control this delay via Preferences->Tweaks
connect: (u'mail.gmx.com', 587)
connect: (u'mail.gmx.com', 587)
reply: '220 gmx.com (mrgmx002) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx002) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx002) Nemesis ESMTP Service ready
send: 'ehlo kristins-macbook-pro.local\r\n'
reply: '250-gmx.com Hello kristins-macbook-pro.local [68.45.112.50]\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 kristins-macbook-pro.local [68.45.112.50]
SIZE 69920427
AUTH LOGIN PLAIN
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo kristins-macbook-pro.local\r\n'
reply: '250-gmx.com Hello kristins-macbook-pro.local [68.45.112.50]\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 AUTH LOGIN PLAIN\r\n'
reply: retcode (250); Msg: gmx.com Hello kristins-macbook-pro.local [68.45.112.50]
SIZE 69920427
AUTH LOGIN PLAIN
send: AUTH <censored>
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 43, in run
File "site-packages/calibre/gui2/email.py", line 132, in sendmail
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')

Job: "Email Career of Evil to kjohnsn5@kindle.com" failed with error:
Traceback (most recent call last):
File "site-packages/calibre/gui2/threaded_jobs.py", line 83, in start_work
File "site-packages/calibre/gui2/email.py", line 100, in __call__
SMTPAuthenticationError: (535, 'Authentication credentials invalid')

Called with args: (u'/var/folders/8b/gf9n6t5926l0htyzqhdm7k300000gn/C/calibre_2.68.0_tmp_cG6spe/xNrpDocaltmpfmt.mobi', u'Career of Evil - Robert Galbraith & J. K. Rowling.mobi', u'kjohnsn5@kindle.com', u'E-book: Career of Evil', u'Attached, you will find the e-book\n\nCareer of Evil\n\tby Robert Galbraith & J. K. Rowling\n\nin the MOBI format.') {u'notifications': <Queue.Queue instance at 0x115a77f80>, u'abort': <threading._Event object at 0x115517b50>, u'log': <calibre.utils.logging.GUILog object at 0x115517a90>}


Any ideas?

Last edited by theducks; 09-18-2016 at 09:40 PM. Reason: Please wrap Log postes in Spoiler
krisj78 is offline   Reply With Quote