Feat: Education (#24208)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
ddf05ca059
commit
cfefe4f738
6 changed files with 56 additions and 38 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue