mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 16:13:12 +01:00
e7255df1da
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.
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
# Root certificate authority bundle.
|
|
certifi
|
|
|
|
# Application dependencies.
|
|
dataclasses; python_version<"3.7"
|
|
requests
|
|
requests-oauthlib
|
|
click >= 5.0
|
|
markdown
|
|
PyYAML
|