src/dazzle_back/channels/providers/email.py¶
Generated: 2026-03-30T04:38:45.698239+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Email provider detectors for DAZZLE messaging.
Supports: - Mailpit (local development) - SendGrid (production) - File-based fallback (always available)
Key Exports¶
MailpitDetectorSendGridDetectorSESDetectorFileEmailDetectorprovider_namechannel_kindprioritydetecthealth_checkprovider_namechannel_kindprioritydetecthealth_checkprovider_namechannel_kindprioritydetecthealth_checkprovider_name
Dependencies¶
Imports¶
__future__.annotationsasynciologgingtimepathlib.Pathtyping.TYPE_CHECKINGdetection.DetectionResultdetection.ProviderDetectordetection.ProviderStatusdetection.check_docker_containerdetection.check_portdetection.get_env_varurllib.requestdazzle_back.runtime.aws_config.get_aws_configaiohttpaiohttpaiohttpdazzle_back.runtime.aws_config.get_aioboto3_sessiondazzle_back.runtime.aws_config.get_aws_config
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
No related tests found.
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.