mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix in email digest
This commit is contained in:
@@ -418,7 +418,6 @@ class DocType:
|
|||||||
sendmail(
|
sendmail(
|
||||||
recipients=recipient_list,
|
recipients=recipient_list,
|
||||||
sender='notifications+email_digest@erpnext.com',
|
sender='notifications+email_digest@erpnext.com',
|
||||||
reply_to='support@erpnext.com',
|
|
||||||
subject=self.doc.frequency + ' Digest',
|
subject=self.doc.frequency + ' Digest',
|
||||||
msg=email_body
|
msg=email_body
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user