1.2.2
This release introduces a Major Feature: SMTP AUTH with extension support. Two AUTH mechanisms are internally implemented: LOGIN
and PLAIN
, and the 'handler' mechanism has been adapted to cater for additional AUTH mechanisms, if needed. More details available in the 'Handlers' documentation page.
In addition, starting 1.2.2 Python 3.5 support has been dropped; minimum required Python version is 3.6 (or its analogue with other implementations such as PyPy).
Other changes:
- BUGFIX: Don't strip last
\r\n
prior to terminating dot - LICENSE: Actually include the license text file for Apache License v2.0
- COMPATIBILITY: Verified compatibility with the latest versions of Python 3.8 and 3.9