Email when marked as resolved

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
cdthomas9
Posts: 10
Joined: Fri Mar 29, 2013 9:45 pm

Email when marked as resolved

Post by cdthomas9 »

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.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Email when marked as resolved

Post by Klemen »

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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
cdthomas9
Posts: 10
Joined: Fri Mar 29, 2013 9:45 pm

Re: Email when marked as resolved

Post by cdthomas9 »

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
Post Reply