how to use smtp starttls() encryption?
Martin v. Loewis
martin at v.loewis.de
Mon Oct 21 17:55:05 EDT 2002
More information about the Python-list mailing list
Mon Oct 21 17:55:05 EDT 2002
- Previous message (by thread): how to use smtp starttls() encryption?
- Next message (by thread): State of Jython?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): how to use smtp starttls() encryption?
- Next message (by thread): State of Jython?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list