.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/flake8.yml
.github/workflows/publish_package.yml
.github/workflows/tox.yml
demo_project/.dockerignore
demo_project/docker-compose.yml
demo_project/core/urls.py
demo_project/docker/Dockerfile
src/async_email/__init__.py
src/async_email/apps.py
src/async_email/conf.py
src/async_email/models.py
src/async_email/task.py
src/async_email/tasks.py
src/async_email/email/__init__.py
src/async_email/email/exceptions.py
src/async_email/email/template.py
src/async_email/email/utils.py
src/django_async_email.egg-info/PKG-INFO
src/django_async_email.egg-info/SOURCES.txt
src/django_async_email.egg-info/dependency_links.txt
src/django_async_email.egg-info/not-zip-safe
src/django_async_email.egg-info/requires.txt
src/django_async_email.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_send_email_template.py
tests/test_settings.py
tests/tasks/__init__.py
tests/tasks/test_create_tasks_for_email_categories.py
tests/tasks/send_email_task/__init__.py
tests/tasks/send_email_task/test_task.py
tests/template/__init__.py
tests/template/test_email.py
tests/template/test_email_factory.py
tests/template/test_template_based_email.py
tests/utils/__init__.py
tests/utils/test_resolve_dns_mx_record.py
tests/utils/test_validate_email_address.py