View Single Post
Old 02-15-2011, 03:32 PM   #1
constantevo
Junior Member
constantevo began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Feb 2011
Device: Kindle 3
GMail auth problems in mailing to Kindle

I'm a plug'n'play kind of tech user. I don't know code and I don't speak tech-speak. For example, one of the reasons I had no idea which thread to post to is because reading the thread titles is the equivalent of reading a foreign language. Hopefully someone really patient will be able to help me out.

Here it goes:
I just got my first-ever Kindle 3 (not 3G). On a forum for Kindle users, someone shared how awesome Calibre is so I downloaded the program because I am wanting to get my blog feeds and newspapers sent to my Kindle automatically everyday (for free). (I am using Firefox as my browser and my OS is Windows Vista.)

I downloaded the program, I added my gmail account, I made sure that gmail address was an acceptable address in my Amazon account, I made sure that Calibre could work past my firewall (I use McAfee) and I made MOBI (whatever that means) my preference because I have a Kindle. (Hoping that's correct).

Then I went about choosing the newspapers I wanted to receive and I added my blog feed addresses. The newspapers downloaded without error. I'm not so sure about the blog feeds.

When I went to send the feeds to my @kindle.com address, I got the following error:
calibre, version 0.7.45
ERROR: Failed to email book: <b>Failed</b>: Email Salon.com to tschott_79@kindle.com

Email Salon.com to tschott_79@kindle.com
connect: (u'smtp.gmail.com', 587)
connect: (587, u'smtp.gmail.com')
reply: '220 mx.google.com ESMTP u9sm3863585ibe.8\r\n'
reply: retcode (220); Msg: mx.google.com ESMTP u9sm3863585ibe.8
connect: mx.google.com ESMTP u9sm3863585ibe.8
send: 'ehlo twoleftsocks-PC.domain.actdsltmp\r\n'
reply: '250-mx.google.com at your service, [71.36.40.144]\r\n'
reply: '250-SIZE 35651584\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, [71.36.40.144]
SIZE 35651584
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 twoleftsocks-PC.domain.actdsltmp\r\n'
reply: '250-mx.google.com at your service, [71.36.40.144]\r\n'
reply: '250-SIZE 35651584\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, [71.36.40.144]
SIZE 35651584
8BITMIME
AUTH LOGIN PLAIN XOAUTH
ENHANCEDSTATUSCODES
send: AUTH <censored>
reply: '535-5.7.1 Username and Password not accepted. Learn more at \r\n'
reply: '535 5.7.1 http://mail.google.com/support/bin/a...y?answer=14257 u9sm3863585ibe.8\r\n'
reply: retcode (535); Msg: 5.7.1 Username and Password not accepted. Learn more at
5.7.1 http://mail.google.com/support/bin/a...y?answer=14257 u9sm3863585ibe.8

Sending failed...
Traceback (most recent call last):
File "site-packages\calibre\gui2\email.py", line 117, in run
File "site-packages\calibre\gui2\email.py", line 171, in sendmail
File "site-packages\calibre\utils\smtp.py", line 110, in sendmail
File "site-packages\calibre\utils\smtplib.py", line 610, in login
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 http://mail.google.com/support/bin/a...y?answer=14257 u9sm3863585ibe.8')

Retrying in 301 seconds...
connect: (u'smtp.gmail.com', 587)
connect: (587, u'smtp.gmail.com')
reply: '220 mx.google.com ESMTP y42sm6150020wfd.22\r\n'
reply: retcode (220); Msg: mx.google.com ESMTP y42sm6150020wfd.22
connect: mx.google.com ESMTP y42sm6150020wfd.22
send: 'ehlo twoleftsocks-PC.domain.actdsltmp\r\n'
reply: '250-mx.google.com at your service, [71.36.40.144]\r\n'
reply: '250-SIZE 35651584\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, [71.36.40.144]
SIZE 35651584
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 twoleftsocks-PC.domain.actdsltmp\r\n'
reply: '250-mx.google.com at your service, [71.36.40.144]\r\n'
reply: '250-SIZE 35651584\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, [71.36.40.144]
SIZE 35651584
8BITMIME
AUTH LOGIN PLAIN XOAUTH
ENHANCEDSTATUSCODES
send: AUTH <censored>
reply: '535-5.7.1 Username and Password not accepted. Learn more at \r\n'
reply: '535 5.7.1 http://mail.google.com/support/bin/a...y?answer=14257 y42sm6150020wfd.22\r\n'
reply: retcode (535); Msg: 5.7.1 Username and Password not accepted. Learn more at
5.7.1 http://mail.google.com/support/bin/a...y?answer=14257 y42sm6150020wfd.22

Sending failed...
Traceback (most recent call last):
File "site-packages\calibre\gui2\email.py", line 117, in run
File "site-packages\calibre\gui2\email.py", line 171, in sendmail
File "site-packages\calibre\utils\smtp.py", line 110, in sendmail
File "site-packages\calibre\utils\smtplib.py", line 610, in login
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 http://mail.google.com/support/bin/a...y?answer=14257 y42sm6150020wfd.22')

I do see that it mentions repeatedly an authentication error/login/password incorrect message. I'm sure I entered it in correctly. Not sure what my next step should be.

Thanks in advance.
constantevo is offline   Reply With Quote