LICENSE
README.md
pyproject.toml
src/smtpkit/__init__.py
src/smtpkit/client.py
src/smtpkit/config.py
src/smtpkit/exceptions.py
src/smtpkit/models.py
src/smtpkit/py.typed
src/smtpkit.egg-info/PKG-INFO
src/smtpkit.egg-info/SOURCES.txt
src/smtpkit.egg-info/dependency_links.txt
src/smtpkit.egg-info/requires.txt
src/smtpkit.egg-info/top_level.txt
src/smtpkit/template/renderer.py
src/smtpkit/templates/reset_password.html
src/smtpkit/templates/verify_account.html
src/smtpkit/templates/welcome.html
src/smtpkit/transport/__init__.py
src/smtpkit/transport/smtp.py
tests/test_client.py
tests/test_config.py
tests/test_logging.py
tests/test_models.py
tests/test_packaging.py
tests/test_template.py
tests/test_transport.py