django-helpdeskmig/templates/helpdesk/emails/submitter_newticket.txt
Ross Poulton 2e2176547d * Added logout link/template
* Added ability for public to submit a ticket via the web if they aren't logged in
* Added ability for public to view ticket via web using ticket ID & e-mail address
* Added public ticket URL to e-mails
* Added manager to FollowUp class to
2008-01-16 00:26:24 +00:00

14 lines
757 B
Plaintext

Hello,
This is a courtesy e-mail to let you know that we have received your helpdesk query with a subject of {{ ticket.title }}.
You do not have to do anything further at this stage. Your ticket has been assigned a number of {{ ticket.ticket }}.
If you wish to send us further details, or if you have any queries about this ticket, please include the ticket id of {{ ticket.ticket }} in the subject. The easiest way to do this is just press 'reply' to this message.
If you wish to view this ticket online, you can visit {{ ticket.get_ticket_url }}.
We will investigate your query and attempt to resolve it as soon as possible. You will receive further updates and a resolution via this e-mail address.
{% include "helpdesk/emails/text_footer.txt" %}