Skip to content

Commit

Permalink
fix: changed recipient in assignment submission email
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Nov 7, 2023
1 parent 4d7b247 commit 7250bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def send_mail(self):
subject = email_template.get("subject")
content = email_template.get("message")
frappe.sendmail(
recipients="[email protected]",
recipients=moderators,
subject=subject,
template=template if not custom_template else None,
content=content if custom_template else None,
Expand Down

0 comments on commit 7250bf7

Please sign in to comment.