Feat: Education (#24208)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Xiyuan Chen 2025-08-20 00:38:14 -07:00 committed by GitHub
commit cfefe4f738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 56 additions and 38 deletions

View file

@ -11,7 +11,7 @@ from libs.email_i18n import get_email_i18n_service
@shared_task(queue="mail")
def send_enterprise_email_task(to: list[str], subject: str, body: str, substitutions: Mapping[str, str]):
def send_inner_email_task(to: list[str], subject: str, body: str, substitutions: Mapping[str, str]):
if not mail.is_inited():
return