diff --git a/py/webnotes/utils/email_lib/send.py b/py/webnotes/utils/email_lib/send.py index 37f563e3f7..86681f5a28 100644 --- a/py/webnotes/utils/email_lib/send.py +++ b/py/webnotes/utils/email_lib/send.py @@ -145,7 +145,7 @@ class EMail: """ if not self.sender: self.sender = hasattr(conf, 'auto_email_id') \ - and conf.auto_email_id or '"ERPNext Notifier" ' + and conf.auto_email_id or '"ERPNext Notification" ' from webnotes.utils import validate_email_add # validate ids