commit | 0cedc1cc9ce522510bd216b654458b3b77f7db0b | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Aug 08 10:54:11 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Aug 08 10:54:11 2012 +0530 |
tree | 2d7fe8eeae44e14001feaa2c344933913afaa5ef | |
parent | 7b64b96676b489105e3fb20952d91bf77415c18a [diff] |
removed reply_to while sending email in email digest
diff --git a/erpnext/setup/doctype/email_digest/email_digest.py b/erpnext/setup/doctype/email_digest/email_digest.py index 3e3f55a..da18c54 100644 --- a/erpnext/setup/doctype/email_digest/email_digest.py +++ b/erpnext/setup/doctype/email_digest/email_digest.py
@@ -419,7 +419,6 @@ sendmail( recipients=recipient_list, sender='notifications+email_digest@erpnext.com', - reply_to='support@erpnext.com', subject=self.doc.frequency + ' Digest', msg=email_body )