{"library":"secure-smtplib","type":"library","category":null,"description":"secure-smtplib is an abandoned Python 2 library (last released in 2015) that provides subclasses for the standard `smtplib` module to handle secure SMTP connections. Its functionality has been largely superseded by built-in improvements to the standard `smtplib` module in Python 3, which offers robust SSL/TLS support through `SMTP_SSL` and `starttls()` methods, often in conjunction with the `ssl` module. This library is not recommended for new projects or Python 3 environments due to its age and lack of maintenance.","language":"en","status":"abandoned","version":"0.1.1","tags":["email","smtp","ssl","tls","python2","abandoned"],"last_verified":"Wed May 27","install":[{"cmd":"pip install secure-smtplib","imports":["from secure_smtplib import SecureSMTP","from secure_smtplib import SecureSMTP_SSL"]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.7,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/secure-smtplib/compatibility"}}