canned responses

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
rasmusoff
Posts: 8
Joined: Mon Mar 28, 2011 6:51 am

canned responses

Post by rasmusoff »

Script URL:
Version of script: 2.2
Hosting company: localhost
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

when we use canned responses, it uses %%hesk_name%% as sendername.
is there a way so thet the sender is the person that owns the case.
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: canned responses

Post by Klemen »

Not really sure what you mean, could you explain it in a real-life example?
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
rasmusoff
Posts: 8
Joined: Mon Mar 28, 2011 6:51 am

Re: canned responses

Post by rasmusoff »

hi again

if we say that person A makes a support case
then supporter A takes over the case, and he uses a canned response to say that the case is closed.

the canned response is like this

regards
%%HESK_NAME%%
%%HESK_EMAIL%%

but the mail sendt to person A is

regards
Person A
persona@xx.xx

insted of

regards
Support A
support@xx.xx
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: canned responses

Post by Klemen »

That's how it's meant to work - the information is replaced with what the customer entered, not with staff information.

To use staff information instead it would be up to you to create new tags to populate with staff info.
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
Post Reply