formatting fix in support ticket autoreply

This commit is contained in:
Rushabh Mehta 2014-07-02 17:13:08 +05:30
parent e8533d15b3
commit 6084a3e63a

View File

@ -40,11 +40,13 @@ class SupportMailbox(POP3Mailbox):
A new Ticket has been raised for your query. If you have any additional information, please A new Ticket has been raised for your query. If you have any additional information, please
reply back to this mail. reply back to this mail.
We will get back to you as soon as possible ### We will get back to you as soon as possible
----------------------
---
Original Query: Original Query:
""" + d.description + "\n----------------------\n" + cstr(signature)) """ + d.description + "\n\n---\n\n" + cstr(signature))
sendmail(\ sendmail(\
recipients = [cstr(d.raised_by)], \ recipients = [cstr(d.raised_by)], \