fix in auto email id when sender not supplied
This commit is contained in:
parent
d25d56918a
commit
7b3aefb955
1 changed files with 1 additions and 1 deletions
|
|
@ -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" <automail@erpnext.com>'
|
||||
and conf.auto_email_id or '"ERPNext Notification" <automail@erpnext.com>'
|
||||
|
||||
from webnotes.utils import validate_email_add
|
||||
# validate ids
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue