removed reply_to while sending email in email digest

This commit is contained in:
Anand Doshi 2012-08-08 10:54:11 +05:30
parent 7b64b96676
commit 0cedc1cc9c

View File

@ -419,7 +419,6 @@ class DocType:
sendmail(
recipients=recipient_list,
sender='notifications+email_digest@erpnext.com',
reply_to='support@erpnext.com',
subject=self.doc.frequency + ' Digest',
msg=email_body
)