Patches item #1282340, was opened at 2005-09-05 17:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1282340&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Phil Underwood (furbrain) Assigned to: Nobody/Anonymous (nobody) Summary: Enable SSL for smtplib Initial Comment: smtplib already has limited support for using SSL through the starttls function. However, some SMTP servers require an SSL connection right from the start. This patch allows you to use an SMTP_SSL object to connect (in a similar manner to Imap_SSL or POP3_SSL). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1282340&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
