how to use smtp starttls() encryption?

Martin v. Loewis martin at v.loewis.de
Mon Oct 21 17:55:05 EDT 2002


xucs007 at yahoo.com (Xu, C.S.) writes:

> Any help?

Make sure you compile the SSL support of the socket module. Specifically:

Check the compilation output for the line that compiles the socket
module, and try to find out why it fails to pass the USE_SSL command
line option. The most likely reason is that you don't have OpenSSL
installed.

Regards,
Martin



More information about the Python-list mailing list