Merge pull request #50814 from diptanilsaha/st54148

This commit is contained in:
Diptanil Saha
2025-12-01 11:45:50 +05:30
committed by GitHub

View File

@@ -123,7 +123,7 @@ def send_mail(entry, email_campaign):
subject=frappe.render_template(email_template.get("subject"), context),
content=frappe.render_template(email_template.response_, context),
sender=sender,
recipients=recipient_list,
bcc=recipient_list,
communication_medium="Email",
sent_or_received="Sent",
send_email=True,