Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 06-17-2012, 11:37 AM   #1
sandra186
Junior Member
sandra186 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2012
Device: Calibre
Calibre Wont Send Books To My Kindle

I am a beginner so please give me a step by step guide what to do to fix the problem


Starting job: Email Book 1 to sandraglen32@kindle.com
connect: (u'smtp.gmail.com', 587)
connect: (587, u'smtp.gmail.com')
reply: '220 mx.google.com ESMTP eb8sm19356962wib.11\r\n'
reply: retcode (220); Msg: mx.google.com ESMTP eb8sm19356962wib.11
connect: mx.google.com ESMTP eb8sm19356962wib.11
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-mx.google.com at your service, [109.77.24.152]\r\n'
reply: '250-SIZE 35882577\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-STARTTLS\r\n'
reply: '250 ENHANCEDSTATUSCODES\r\n'
reply: retcode (250); Msg: mx.google.com at your service, [109.77.24.152]
SIZE 35882577
8BITMIME
STARTTLS
ENHANCEDSTATUSCODES
send: 'STARTTLS\r\n'
reply: '220 2.0.0 Ready to start TLS\r\n'
reply: retcode (220); Msg: 2.0.0 Ready to start TLS
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-mx.google.com at your service, [109.77.24.152]\r\n'
reply: '250-SIZE 35882577\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-AUTH LOGIN PLAIN XOAUTH\r\n'
reply: '250 ENHANCEDSTATUSCODES\r\n'
reply: retcode (250); Msg: mx.google.com at your service, [109.77.24.152]
SIZE 35882577
8BITMIME
AUTH LOGIN PLAIN XOAUTH
ENHANCEDSTATUSCODES
send: AUTH
reply: '535-5.7.1 Username and Password not accepted. Learn more at\r\n'
reply: '535 5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 eb8sm19356962wib.11\r\n'
reply: retcode (535); Msg: 5.7.1 Username and Password not accepted. Learn more at
5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 eb8sm19356962wib.11

Sending failed...

Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/email.py", line 37, in run
self.func(*self.args)
File "/usr/lib/calibre/calibre/gui2/email.py", line 112, in sendmail
debug_output=log.debug)
File "/usr/lib/calibre/calibre/utils/smtp.py", line 112, in sendmail
s.login(username, password)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 610, in login
raise SMTPAuthenticationError(code, resp)
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 eb8sm19356962wib.11')


Retrying in 301 seconds...

connect: (u'smtp.gmail.com', 587)
connect: (587, u'smtp.gmail.com')
reply: '220 mx.google.com ESMTP gc6sm19351069wib.0\r\n'
reply: retcode (220); Msg: mx.google.com ESMTP gc6sm19351069wib.0
connect: mx.google.com ESMTP gc6sm19351069wib.0
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-mx.google.com at your service, [109.77.24.152]\r\n'
reply: '250-SIZE 35882577\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-STARTTLS\r\n'
reply: '250 ENHANCEDSTATUSCODES\r\n'
reply: retcode (250); Msg: mx.google.com at your service, [109.77.24.152]
SIZE 35882577
8BITMIME
STARTTLS
ENHANCEDSTATUSCODES
send: 'STARTTLS\r\n'
reply: '220 2.0.0 Ready to start TLS\r\n'
reply: retcode (220); Msg: 2.0.0 Ready to start TLS
send: 'ehlo [127.0.1.1]\r\n'
reply: '250-mx.google.com at your service, [109.77.24.152]\r\n'
reply: '250-SIZE 35882577\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-AUTH LOGIN PLAIN XOAUTH\r\n'
reply: '250 ENHANCEDSTATUSCODES\r\n'
reply: retcode (250); Msg: mx.google.com at your service, [109.77.24.152]
SIZE 35882577
8BITMIME
AUTH LOGIN PLAIN XOAUTH
ENHANCEDSTATUSCODES
send: AUTH
reply: '535-5.7.1 Username and Password not accepted. Learn more at\r\n'
reply: '535 5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 gc6sm19351069wib.0\r\n'
reply: retcode (535); Msg: 5.7.1 Username and Password not accepted. Learn more at
5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 gc6sm19351069wib.0

Sending failed...

Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/email.py", line 37, in run
self.func(*self.args)
File "/usr/lib/calibre/calibre/gui2/email.py", line 112, in sendmail
debug_output=log.debug)
File "/usr/lib/calibre/calibre/utils/smtp.py", line 112, in sendmail
s.login(username, password)
File "/usr/lib/calibre/calibre/utils/smtplib.py", line 610, in login
raise SMTPAuthenticationError(code, resp)
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 gc6sm19351069wib.0')

Job: "Email Book 1 to sandraglen32@kindle.com" failed with error:
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/threaded_jobs.py", line 83, in start_work
self.result = self.func(*self.args, **self.kwargs)
File "/usr/lib/calibre/calibre/gui2/email.py", line 92, in __call__
raise worker.exception
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 http://support.google.com/mail/bin/a...y?answer=14257 gc6sm19351069wib.0')

Called with args: (u'/tmp/calibre_0.8.38_tmp_IhLwKw/09oRNOcaltmpfmt.mobi', u'Book 1 - The Hunger Games.mobi', u'sandraglen32@kindle.com', u'E-book: Book 1', u'Attached, you will find the e-book\n\nBook 1\n\tby The Hunger Games\n\nin the MOBI format.') {u'notifications': , u'abort': , u'log': }
sandra186 is offline   Reply With Quote
Old 06-17-2012, 11:42 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,744
Karma: 22446736
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Follow the instructions at the link in the error message from google you pasted below.
kovidgoyal is offline   Reply With Quote
Advert
Reply

Tags
books, calibre, kindle, kindle touch, wont send

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I send my Calibre books to my Amazon cloud? spainter Calibre 5 10-15-2011 07:41 PM
Can I use Calibre can't send books with DRM to my kindle? Sydney's Mom Calibre 4 10-19-2010 09:39 AM
iPad Calibre errors wont add books to device stustaff Calibre 9 06-07-2010 06:10 AM
??? books wont import into calibre??? arekieh Calibre 1 11-25-2009 06:43 PM
Mobidedrm.py wont' work with some Kindle books FRP Introduce Yourself 4 06-27-2009 06:48 PM


All times are GMT -4. The time now is 01:41 AM.


MobileRead.com is a privately owned, operated and funded community.