mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-04 05:44:03 +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
519 B
Plaintext
12 lines
519 B
Plaintext
Hello,
|
|
|
|
You recently logged a ticket with a subject of '{{ ticket.title }}' with us. This e-mail is to advise you of a resolution to that ticket.
|
|
|
|
The following resolution was added to ticket {{ ticket.ticket }}:
|
|
|
|
{{ resolution }}
|
|
|
|
Can you please confirm that this resolution addresses your needs so we may close this ticket? If you have any further queries, or if you do not believe this resolution is adequate, please reply to this e-mail and keep the subject intact.
|
|
|
|
{% include "helpdesk/emails/text_footer.txt" %}
|