I tried :
calibre-smtp -vv
from@whatever.com to@somethingelse.com "test email"
and I got:
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Debra>calibre-smtp -vv
myemail@mydomain.com kindleemail@kindle.co
m "test email"
connect: ('smtp-fw-2101.amazon.com.', 25)
connect: (25, 'smtp-fw-2101.amazon.com.')
connect: ('smtp-fw-9101.amazon.com.', 25)
connect: (25, 'smtp-fw-9101.amazon.com.')
connect: ('smtp-fw-4101.amazon.com.', 25)
connect: (25, 'smtp-fw-4101.amazon.com.')
Traceback (most recent call last):
File "smtp.py", line 65, in sendmail_direct
File "smtplib.pyo", line 295, in connect
File "smtplib.pyo", line 273, in _get_socket
File "socket.pyo", line 512, in create_connection
error: [Errno 10060] A connection attempt failed because the connected party did
not properly respond after a period of time, or established connection failed b
ecause connected host has failed to respond
Traceback (most recent call last):
File "smtp.py", line 238, in <module>
File "smtp.py", line 215, in main
File "smtp.py", line 80, in sendmail
File "smtp.py", line 72, in sendmail_direct
IOError: Failed to send mail: error(10060, 'A connection attempt failed because
the connected party did not properly respond after a period of time, or establis
hed connection failed because connected host has failed to respond')
Preferences is set to reflect my email address as from, and my kindle email as to.
Does anything wrong stand out? thanks, Debra