Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 520 Bytes

changelog.rst

File metadata and controls

18 lines (15 loc) · 520 Bytes
.. currentmodule:: outgoing

Changelog

v0.2.0 (2021-03-14)

  • Require the port field of SMTPSender to be non-negative
  • Mark Sender as runtime_checkable and export it
  • Gave the :command:`outgoing` command --section, --no-section, and --log-level options
  • Added logging to built-in sender classes
  • The :command:`outgoing` command now loads settings from :file:`.env` files and has an --env option

v0.1.0 (2021-03-06)

Initial release