Quote:
Originally Posted by kovidgoyal
try the different encrption options TLS and SSL Also try the two ports 25 and 587
|
heres the error for ssl and ports 25 or 587
Failed to email the following books:
The ice limit
(1, '_ssl.c:480: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol')
Traceback (most recent call last):
File "calibre\gui2\device.pyo", line 389, in _send_mails
File "C:\Program Files\calibre\library.zip\calibre\utils\smtp.py", line 89, in sendmail
File "smtplib.pyo", line 295, in connect
File "smtplib.pyo", line 755, in _get_socket
File "ssl.pyo", line 350, in wrap_socket
File "ssl.pyo", line 118, in __init__
File "ssl.pyo", line 293, in do_handshake
SSLError: [Errno 1] _ssl.c:480: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
and the error for TLS and port 587
Failed to email the following books:
The ice limit
(535, '5.0.0 Authentication Failed')
Traceback (most recent call last):
File "calibre\gui2\device.pyo", line 389, in _send_mails
File "C:\Program Files\calibre\library.zip\calibre\utils\smtp.py", line 94, in sendmail
File "smtplib.pyo", line 589, in login
SMTPAuthenticationError: (535, '5.0.0 Authentication Failed')