removed reply_to while sending email in email digest
This commit is contained in:
parent
7b64b96676
commit
0cedc1cc9c
@ -419,7 +419,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
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user