Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 9063a20

Browse files
Disable emails (#976)
1 parent c55e955 commit 9063a20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/task/task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ def send_email(
398398
from_addr: str | None = None,
399399
**kwargs,
400400
):
401+
# Disabling this while we fix HTML templates.
402+
return
401403
# Templates can be found in worker/templates
402404
self._create_signature(
403405
"app.tasks.send_email.SendEmail",

0 commit comments

Comments
 (0)