LICENSE
README.md
pyproject.toml
setup.py
tests/test_client.py
tests/test_config.py
tests/test_exceptions.py
tests/test_message.py
tests/test_providers.py
tests/test_response.py
tests/test_validator.py
vc_web_email/__init__.py
vc_web_email/client.py
vc_web_email/config.py
vc_web_email/exceptions.py
vc_web_email/message.py
vc_web_email/py.typed
vc_web_email/response.py
vc_web_email.egg-info/PKG-INFO
vc_web_email.egg-info/SOURCES.txt
vc_web_email.egg-info/dependency_links.txt
vc_web_email.egg-info/requires.txt
vc_web_email.egg-info/top_level.txt
vc_web_email/providers/__init__.py
vc_web_email/providers/aws_ses.py
vc_web_email/providers/base.py
vc_web_email/providers/gmail.py
vc_web_email/providers/mailgun.py
vc_web_email/providers/outlook.py
vc_web_email/providers/sendgrid.py
vc_web_email/providers/smtp.py
vc_web_email/utils/__init__.py
vc_web_email/utils/logger.py
vc_web_email/utils/validator.py