Turned off the firewall and got the same error message.
I tried the "calibre-smtp -vv
from@whatever.com to@somethingelse.com "test email"" with a non-kindle address and got the following (I don't think my ISP likes Calibre)
Code:
C:\>calibre-smtp -vv debXXX@gmail.com XXX@XXX.com "test email"
connect: ('XXX.com.', 25)
connect: (25, 'XXX.com.')
reply: '220-gs23.inmotionhosting.com ESMTP Exim 4.69 #1 Thu, 26 Mar 2009 11:16:0
3 -0700 \r\n'
reply: '220-We do not authorize the use of this system to transport unsolicited,
\r\n'
reply: '220 and/or bulk e-mail.\r\n'
reply: retcode (220); Msg: gs23.inmotionhosting.com ESMTP Exim 4.69 #1 Thu, 26 M
ar 2009 11:16:03 -0700
We do not authorize the use of this system to transport unsolicited,
and/or bulk e-mail.
connect: gs23.inmotionhosting.com ESMTP Exim 4.69 #1 Thu, 26 Mar 2009 11:16:03 -
0700
We do not authorize the use of this system to transport unsolicited,
and/or bulk e-mail.
send: 'ehlo DebXXX-PC.myhome.westell.com\r\n'
reply: '250-gs23.inmotionhosting.com Hello DebXXX-PC.myhome.westell.com [1
73.51.211.76]\r\n'
reply: '250-SIZE 52428800\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-AUTH PLAIN LOGIN\r\n'
reply: '250-STARTTLS\r\n'
reply: '250 HELP\r\n'
reply: retcode (250); Msg: gs23.inmotionhosting.com Hello DebXXX-PC.myhome
.westell.com [173.51.211.76]
SIZE 52428800
PIPELINING
AUTH PLAIN LOGIN
STARTTLS
HELP
send: u'mail FROM:<debXXXe@gmail.com> size=386\r\n'
reply: '250 OK\r\n'
reply: retcode (250); Msg: OK
send: u'rcpt TO:<XXX@XXX.com>\r\n'
reply: '550-"JunkMail rejected - pool-173-51-211-76.lsanca.dsl-w.verizon.net\r\n
'
reply: '550-(DebXXXt-PC.myhome.westell.com) [173.51.211.76] is in an RBL, s
ee\r\n'
reply: '550 http://www.spamhaus.org/query/bl?ip=173.51.211.76"\r\n'
reply: retcode (550); Msg: "JunkMail rejected - pool-173-51-211-76.lsanca.dsl-w.
verizon.net
(DebXXX-PC.myhome.westell.com) [173.51.211.76] is in an RBL, see
http://www.spamhaus.org/query/bl?ip=173.51.211.76"
send: 'rset\r\n'
Traceback (most recent call last):
File "smtp.py", line 67, in sendmail_direct
File "smtplib.pyo", line 708, in sendmail
File "smtplib.pyo", line 438, in rset
File "smtplib.pyo", line 363, in docmd
File "smtplib.pyo", line 340, in getreply
SMTPServerDisconnected: Connection unexpectedly closed
Traceback (most recent call last):
File "smtp.py", line 239, in <module>
File "smtp.py", line 216, in main
File "smtp.py", line 81, in sendmail
File "smtp.py", line 73, in sendmail_direct
IOError: Failed to send mail: SMTPServerDisconnected('Connection unexpectedly closed',)