diff --git a/services/task/task.py b/services/task/task.py index f9a0e19c86..7526957629 100644 --- a/services/task/task.py +++ b/services/task/task.py @@ -398,6 +398,8 @@ def send_email( from_addr: str | None = None, **kwargs, ): + # Disabling this while we fix HTML templates. + return # Templates can be found in worker/templates self._create_signature( "app.tasks.send_email.SendEmail",