This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pgreenwell
Recipients
Date 2005-06-08.21:16:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content

The current smtplib.py can only do TLS over a standard
port but it does not have support for an ssl wrapped
session which is usually offered on port 465.

I just added a few lines to allow a true ssl socket to
be created instead of a standard one. I also added a
one line function to set this option on.

We have many customers that use clients that can only
do this type of TLS connection.  Postfix and Sendmail
and most others allow for this too, and I wanted to be
able to write up some nagios monitoring scripts using
python.  This allowed me to do it. 
History
Date User Action Args
2007-08-23 15:43:15adminlinkissue1217246 messages
2007-08-23 15:43:15admincreate