Skip to content

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

  • MailpitDetector
  • SendGridDetector
  • SESDetector
  • FileEmailDetector
  • provider_name
  • channel_kind
  • priority
  • detect
  • health_check
  • provider_name
  • channel_kind
  • priority
  • detect
  • health_check
  • provider_name
  • channel_kind
  • priority
  • detect
  • health_check
  • provider_name

Dependencies

Imports

  • __future__.annotations
  • asyncio
  • logging
  • time
  • pathlib.Path
  • typing.TYPE_CHECKING
  • detection.DetectionResult
  • detection.ProviderDetector
  • detection.ProviderStatus
  • detection.check_docker_container
  • detection.check_port
  • detection.get_env_var
  • urllib.request
  • dazzle_back.runtime.aws_config.get_aws_config
  • aiohttp
  • aiohttp
  • aiohttp
  • dazzle_back.runtime.aws_config.get_aioboto3_session
  • dazzle_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.