- installation: upper pin flask-mail due to breaking changes in v0.10.0
2.1.0
- add a func to send e-mails with inline attachments
2.0.0
- config: introduce MAIL_DEFAULT_REPLY_TO - global: clean test infrastructure - global: bump minimal python version to 3.7 - global: migrate CI to gh-actions
1.0.2
- Fixes issue with passing None context value to the e-mail template
1.0.1
- Fixes issue with task running in request context, when only the app context is needed. This causes issues when e.g host header injection protection is turned on.