mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
fix: rendering the email template when user HTML
(cherry picked from commit 7cb66f7fd3)
This commit is contained in:
committed by
Mergify
parent
3bb26fde2b
commit
3068dad410
@@ -121,7 +121,7 @@ def send_mail(entry, email_campaign):
|
|||||||
doctype="Email Campaign",
|
doctype="Email Campaign",
|
||||||
name=email_campaign.name,
|
name=email_campaign.name,
|
||||||
subject=frappe.render_template(email_template.get("subject"), context),
|
subject=frappe.render_template(email_template.get("subject"), context),
|
||||||
content=frappe.render_template(email_template.get("response"), context),
|
content=frappe.render_template(email_template.response_, context),
|
||||||
sender=sender,
|
sender=sender,
|
||||||
recipients=recipient_list,
|
recipients=recipient_list,
|
||||||
communication_medium="Email",
|
communication_medium="Email",
|
||||||
|
|||||||
Reference in New Issue
Block a user