All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- use ratelimit for each email message in 'send_messages' function
- NtfyBackend with topic, icon, tags, actions and priority signals
- NtfyBackendExponentialRateLimitBackend - NtfyBackend wit exponential rate limit
- SmtpExponentialRateLimitEmailBackend - django's smtp.EmailBackend with exponentila rate limt
- ExponentialRateLimitBackends - backend which groups multiple email backends into one and adds exponential rate limit