feat: use MailGun instead of Resend

This commit is contained in:
rzmk 2025-07-03 19:01:24 -04:00
parent 5fd979b2a2
commit 3b60ec5547
9 changed files with 1628 additions and 54 deletions

View file

@ -27,7 +27,6 @@ dependencies = [
"pyyaml>=6.0.1",
"redis>=5.0.7",
"requests>=2.32.3",
"resend>=2.4.0",
"sqlmodel>=0.0.19",
"tiktoken>=0.7.0",
"uvicorn==0.30.1",