merged live

This commit is contained in:
Rushabh Mehta
2011-08-16 10:04:29 +05:30
11 changed files with 206 additions and 53 deletions

View File

@@ -85,14 +85,14 @@ We will get back to you as soon as possible
[This is an automatic response]
""" + signature)
""" + (signature or ''))
from webnotes.utils.email_lib import sendmail
sendmail(\
recipients = [d.raised_by], \
sender = self.email_settings.support_email, \
subject = '['+d.name+'] ' + d.subject, \
subject = '['+d.name+'] ' + str(d.subject or ''), \
msg = response)
def auto_close_tickets(self):