[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:
Anand Doshi 2013-07-19 22:14:33 +05:30
parent 75b2d418c1
commit e63d2552b7

View File

@ -17,7 +17,6 @@
from __future__ import unicode_literals
import webnotes
from core.doctype.communication.communication import make
from webnotes.utils import now
max_communications_per_hour = 300