mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
[minor] [fix] [communication] sender should be formatted using formataddr so that the combination of fullname and email address is RFC 2822 compliant
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import webnotes
|
import webnotes
|
||||||
from core.doctype.communication.communication import make
|
|
||||||
from webnotes.utils import now
|
from webnotes.utils import now
|
||||||
|
|
||||||
max_communications_per_hour = 300
|
max_communications_per_hour = 300
|
||||||
|
|||||||
Reference in New Issue
Block a user