- Update dependencies
- added setup details to pyproject.toml file to solve the dependency error.
- Added one more config variable named
MAIL_DEFAULT_SENDER
. It's as same asMAIL_FROM
config var. - Fixed absent of
httpx
module at the setup.py file. - Config var
MAIL_SSL
andMAIL_TLS
changes toMAIL_USE_SSL
andMAIL_USE_TLS
accordingly. - added
add_recipient
andattach
method to the schemas.Message class. - Fixed some broken test cases.
- modifications at the documentation.
- Now the user can access the
Mail
object from the app extension dictionary:app.extension['mailing']
Fixed
thelong description not found
on the PYPI website.
-
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 -
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.
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.