(20250122) Started making a cron script for work reminders. Modifying the mail module to work with it.

This commit is contained in:
2025-01-22 16:22:22 +05:30
parent 61ad76301d
commit 154a9c3e95
4 changed files with 519 additions and 1 deletions
+1
View File
@@ -87,6 +87,7 @@ class MailSendRequestHeaders(BaseModel):
description = "the session token of the user who is requesting the service",
pattern = REGEX_SESSION_TOKEN,
frozen = True,
default = None,
alias = "X-Session-Token"
)