Mutsynchub / app /utils /email.py
shaliz-kong
Initial commit: self-hosted Redis, DuckDB, Analytics Engine
98a466d
raw
history blame contribute delete
176 Bytes
# analytics-service/app/utils/email.py
from typing import Any
def send_pdf_email(*_: Any, **__: Any) -> None:
"""Stub – replace with real e-mail logic later."""
pass