View Single Post
Old 03-26-2009, 05:59 PM   #54
daffy4u
I'm Super Kindle-icious
daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.
 
daffy4u's Avatar
 
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
Quote:
Originally Posted by kovidgoyal View Post
Ah got it in your commands you are using calibre you have to use

calibre-smtp
That seems to have done the trick (though nothing shows up on my Kindle)! Sorry for the run around because of my bad typing. I still get an error message when I try to send from within Calibre.

Code:
C:\>calibre-smtp -r smtp.gmail.com --port 587 --username DebXXX@gmail.com -
-password XXX -vv DebXXX@gmail.com XXX@kindle.comm "test email"
connect: (u'smtp.gmail.com', 587)
connect: (587, u'smtp.gmail.com')
reply: '220 mx.google.com ESMTP m28sm700557waf.2\r\n'
reply: retcode (220); Msg: mx.google.com ESMTP m28sm700557waf.2
connect: mx.google.com ESMTP m28sm700557waf.2
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
reply: '250-mx.google.com at your service, [173.51.211.76]\r\n'
reply: '250-SIZE 35651584\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-STARTTLS\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250 PIPELINING\r\n'
reply: retcode (250); Msg: mx.google.com at your service, [173.51.211.76]
SIZE 35651584
8BITMIME
STARTTLS
ENHANCEDSTATUSCODES
PIPELINING
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 DebXXX-PC.myhome.westell.com\r\n'
reply: '250-mx.google.com at your service, [173.51.211.76]\r\n'
reply: '250-SIZE 35651584\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250 PIPELINING\r\n'
reply: retcode (250); Msg: mx.google.com at your service, [173.51.211.76]
SIZE 35651584
8BITMIME
AUTH LOGIN PLAIN
ENHANCEDSTATUSCODES
PIPELINING
send: 'AUTH PLAIN AGRlYmludmVuaWNlQGdtYWlsLmNvbQBqYmE5ODI=\r\n'
reply: '235 2.7.0 Accepted\r\n'
reply: retcode (235); Msg: 2.7.0 Accepted
send: u'mail FROM:<DebXXX@gmail.com> size=382\r\n'
reply: '250 2.1.0 OK m28sm700557waf.2\r\n'
reply: retcode (250); Msg: 2.1.0 OK m28sm700557waf.2
send: u'rcpt TO:<XXX@kindle.comm>\r\n'
reply: '250 2.1.5 OK m28sm700557waf.2\r\n'
reply: retcode (250); Msg: 2.1.5 OK m28sm700557waf.2
send: 'data\r\n'
reply: '354  Go ahead m28sm700557waf.2\r\n'
reply: retcode (354); Msg: Go ahead m28sm700557waf.2
data: (354, 'Go ahead m28sm700557waf.2')
send: 'Content-Type: multipart/mixed; boundary="===============1105391471=="\r\n
MIME-Version: 1.0\r\nSubject: no subject\r\nTo: XXX@kindle.comm\r\nFrom: de
bXXX@gmail.com\r\n\r\nYou will not see this in a MIME-aware mail reader.\r\
n\r\n--===============1105391471==\r\nContent-Type: text/plain; charset="us-asci
i"\r\nMIME-Version: 1.0\r\nContent-Transfer-Encoding: 7bit\r\n\r\ntest email\r\n
--===============1105391471==--\r\n.\r\n'
reply: '250 2.0.0 OK 1238104301 m28sm700557waf.2\r\n'
reply: retcode (250); Msg: 2.0.0 OK 1238104301 m28sm700557waf.2
data: (250, '2.0.0 OK 1238104301 m28sm700557waf.2')
send: 'quit\r\n'
reply: '221 2.0.0 closing connection m28sm700557waf.2\r\n'
reply: retcode (221); Msg: 2.0.0 closing connection m28sm700557waf.2

C:\>
daffy4u is offline   Reply With Quote