"Matthias Kluwe" <[EMAIL PROTECTED]> writes: > The server accepts and delivers my messages, but the last command > raises > > socket.sslerror: (8, 'EOF occurred in violation of protocol') > > Did I miss something? Any hint is welcome.
Looks like the module didn't send an TLS Close Notify message before closing the socket. I don't see anything in the docs about how to send one from smtplib or socket, though. -- http://mail.python.org/mailman/listinfo/python-list