formatting fix in support ticket autoreply
This commit is contained in:
parent
e8533d15b3
commit
6084a3e63a
@ -40,11 +40,13 @@ class SupportMailbox(POP3Mailbox):
|
||||
A new Ticket has been raised for your query. If you have any additional information, please
|
||||
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:
|
||||
|
||||
""" + d.description + "\n----------------------\n" + cstr(signature))
|
||||
""" + d.description + "\n\n---\n\n" + cstr(signature))
|
||||
|
||||
sendmail(\
|
||||
recipients = [cstr(d.raised_by)], \
|
||||
|
Loading…
x
Reference in New Issue
Block a user