This commit is contained in:
2026-03-30 15:34:54 +00:00
parent 9f7db47528
commit 3dcfd39e84
6 changed files with 198 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
from app.integrations.smtp import send_email
__all__ = ["send_email"]