actually send the email

This commit is contained in:
Jack Case
2025-11-15 16:04:45 +00:00
parent 20fffc85c1
commit a36b6e9865
2 changed files with 6 additions and 3 deletions

View File

@@ -8,5 +8,6 @@ class ServerSettings(BaseSettings):
resend_token: str = "re_NXpjzbqR_KgAbu72PKjYHcquX24WvnN3i"
sender_email: str = "slopfarmer@jack-case.pro"
api_base: str = "api.slopfarmer.jack-case.pro/"
settings = ServerSettings()