Skip to content

Commit

Permalink
Merge pull request #853 from typonaut/patch-1
Browse files Browse the repository at this point in the history
Update configuration.rst to warn that at least one queue is needed before email can be sent properly
  • Loading branch information
gwasser committed Aug 15, 2020
2 parents 7d89a9a + 5d80a68 commit 79d2167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration.rst
Expand Up @@ -19,6 +19,8 @@ Before django-helpdesk will be much use, you need to do some basic configuration

**IMPORTANT NOTE**: Any tickets created via POP3 or IMAP mailboxes will DELETE the original e-mail from the mail server.

You will need to create a support queue, and associated login/host values, in the Django admin interface, in order for mail to be picked-up from the mail server and placed in the tickets table of your database. The values in the settings file alone, will not create the necessary values to trigger the get_email function.

4. If you wish to automatically escalate tickets based on their age, set up a cronjob to run the escalation command on a regular basis::
0 * * * * /path/to/helpdesksite/manage.py escalate_tickets
Expand Down

0 comments on commit 79d2167

Please sign in to comment.