apprise/CONTRIBUTIONS.md
Andreas Motl e7255df1da
Improve efficiency of NotifyEmail plugin (#679)
When addressing multiple recipients, use the same session to the SMTP
server as designated with the Apprise URL. In this way, subsequent full
roundtrips will be saved.

As many SMTP servers are employing connection rate limiting, as well as
connection accept delays, this will considerably improve both robustness
and performance.
2022-11-03 14:26:46 -04:00

904 B

Contributions to the apprise project

Creator & Maintainer

Contributors

The following users have contributed to this project and their deserved recognition has been identified here. If you have contributed and wish to be acknowledged for it, the syntax is as follows:

* [Your name or handle] <[email or website]>
  * [Month Year] - [Brief summary of your contribution]

The contributors have been listed in chronological order:

  • Wim de With wf@dewith.io

    • Dec 2018 - Added Matrix Support
  • Hitesh Sondhi hitesh@cropsly.com

    • Mar 2019 - Added Flock Support
  • Andreas Motl andreas.motl@panodata.org

    • Mar 2020 - Fix XMPP Support
    • Oct 2022 - Drop support for Python 2
    • Oct 2022 - Add support for Python 3.11
    • Oct 2022 - Improve efficiency of NotifyEmail
  • Joey Espinosa <@particledecay>

    • Apr 3rd 2022 - Added Ntfy Support