LICENSE
README.md
pyproject.toml
email_manager/__init__.py
email_manager/exceptions.py
email_manager/send_email.py
email_manager.egg-info/PKG-INFO
email_manager.egg-info/SOURCES.txt
email_manager.egg-info/dependency_links.txt
email_manager.egg-info/requires.txt
email_manager.egg-info/top_level.txt
email_manager/config/__init__.py
email_manager/config/email_config.py
email_manager/factory/__init__.py
email_manager/factory/provider_factory.py
email_manager/providers/__init__.py
email_manager/providers/base.py
email_manager/providers/mailgun_provider.py
email_manager/providers/mailtrap_provider.py
email_manager/providers/smtp_provider.py
email_manager/services/__init__.py
email_manager/utils/__init__.py
email_manager/utils/constants.py
tests/__init__.py
tests/test_attachment_validation.py
tests/test_build_mime_message.py
tests/test_email_config.py
tests/test_email_config_from_env.py
tests/test_email_validation.py
tests/test_mailgun_provider.py
tests/test_mailtrap_connection_management.py
tests/test_provider_factory.py
tests/test_send_email.py
tests/test_smtp_connection_management.py
tests/test_smtp_tls.py