Create a ticket within the Admin Panel /Assign to Me

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Create a ticket within the Admin Panel /Assign to Me

Post by lupolo »

Hello,

1.
wenn i create a tickit within the admin pannel, and select notify the customer also, i tink it will send it to the supporters instead of the customer?!

And where is the mail command for this command, can find in in this php file.

2.
is it possible that the option Assign to Me option wenn replying op a ticket is standard Not selected, maybe a option in the settings ..
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

1. all the mail() commands are in the admin_submit_ticket.php file. Note that it will only send e-mail to owner if you are assigning it to someone else (not yourself). The customer will always be notified if you select so.

2. change

Code: Select all

name="assign_self" value="1" checked="checked"
to

Code: Select all

name="assign_self" value="1"
in admin_ticket.php
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