Script URL: helpdesk.johnsonlumber.biz
Version of script: 2.5.3
Hosting company: in house
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: email marked resolved
Write your message below:
I would like the user who submitted the ticket to be emailed when the ticket is marked as resolved. I couldn't find anything regarding this, only that it's planned for 2.5 which we have installed.
Email when marked as resolved
Moderator: mkoch227
Re: Email when marked as resolved
It has not been yet implemented, no.
However, if you feel confident with making changes to PHP files, you can try applying these changes I made for a client a while ago (HESK will then send an email to customer when a ticket is closed and to staff when it is re-opened):
http://www.hesk.com/extras/hesk253_email_closed.zip
It's a patch file, in short:
- "Index:" tells you which file to modify or create
- lines starting with "+" must be added
- lines starting with "-" must be deleted
However, if you feel confident with making changes to PHP files, you can try applying these changes I made for a client a while ago (HESK will then send an email to customer when a ticket is closed and to staff when it is re-opened):
http://www.hesk.com/extras/hesk253_email_closed.zip
It's a patch file, in short:
- "Index:" tells you which file to modify or create
- lines starting with "+" must be added
- lines starting with "-" must be deleted
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Email when marked as resolved
Excellent, thanks! I'll look through this and see if I can follow it, I'm not too bad going through code though I need some work in PHP