Releases: marktennyson/flask-mailing
0.2.3
0.2.2
Updated
setup.py.Updated
Readme file.Fixed
version number issue.
0.2.1
Fixed
aioredis issue with python 3.11.Fixed
httpx library issue.
0.2.0
Added
send_mail
,send_mass_mail
methods very similar toDjango
orFlask-Mailman
.Added
more docstrings for better understanding of all the apis.Added
few more test cases.Fixed
major bug atMAIL_START_TLS
/MAIL_START_SSL
configuration atConnectionConfig
.
0.1.1
Fixed
broken test cases for fake redis client.Fixed
some typo atutils.email_check
file.Added
aioredis > 2.0.0
compatibility.Added
fully asynchronous support forutils.email_check.EmailChecker
class.Updated
theutils.email_check.EmailChecker
class for the new version ofaioredis
.Updated
the required dependencies.Fixed
#26Fixed
#27
0.1.0
What's Changed
-
Fixed
issue #20 . Now the user can pass template parameters by usingtemplate_params
variable on theschemas.Message
class. -
Fixed
major typo at setup.py -
Fixed
some broken test cases. -
Fixed
the Variable name issue atconfig.ConnectionConfig
class. -
Fixed
Literal import for Python 3.6 and 3.7 by @agramfort in #25 -
Added
module docstring. -
Added
future roadmap
on the docs. -
Added
some more test cases. -
Added
the compatibility for Python 3.10 -
Added
the feature to allow users to create custom headers for attachments. -
Updated
theMANIFEST.in
file. -
Updated
the required dependencies.
New Contributors
- @agramfort made their first contribution in #25
Full Changelog: 0.0.7...0.1.0
0.0.7
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- [ImgBot] Optimize images by @imgbot in #17
- Made the extension add itself to the app.extensions dictionary by @jfkinslow in #22
- Update README.md by @marktennyson in #23
New Contributors
- @imgbot made their first contribution in #17
- @jfkinslow made their first contribution in #22
Full Changelog: 0.0.5...0.0.6
0.0.5
fixed some issues and added some more apis like Flask-Mail
.
0.0.4
added poetry for dependency management.