[New-bugs-announce] [issue18371] Should be able to specify SSL version for smtplib

YS report at bugs.python.org
Fri Jul 5 22:55:29 CEST 2013


New submission from YS:

Currently, smtplib is not able to connect to hotmail, giving an SSL version error (at least on some platfroms). See http://stackoverflow.com/q/17434143/429850 and http://stackoverflow.com/q/17011816/429850. Perhaps there should be an option like smtplib.SMTP(ssl_version=SSLV3)?

----------
components: Library (Lib)
messages: 192358
nosy: yasaharu
priority: normal
severity: normal
status: open
title: Should be able to specify SSL version for smtplib
type: behavior
versions: Python 2.6, Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18371>
_______________________________________


More information about the New-bugs-announce mailing list