mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-27 02:14:11 +01:00
10158056b6
* Add e-mail templates for submitter-based emails * Add send_multipart_email() to lib.py - sends HTML/plain emails * Add 'Take' link to unassigned tickets on ticket detail view * Add Description to ticket detail view * When resolving ticket, copy comment into ticket resolution * Display resolution and 'Accept & Close' link on ticket detail view * Create scripts/ folder * Added POP/IMAP details to Queue model * Added get_email.py; polls POP/IMAP boxes & creates ticket * Added keyword search functionality
12 lines
673 B
Plaintext
12 lines
673 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.
|
|
|
|
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" %}
|