Coverage for backend / app / emails / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-17 21:34 +0000

1"""Provides email-related utilities and integrations used by the application. 

2This package is intended to contain modules for composing, rendering, and 

3sending emails (for example: template helpers, message builders, and transport 

4adapters such as SMTP or third-party providers)."""