Merge branch 'unicode' of github.com:webnotes/erpnext into unicode
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
)