/*************************************
Title:
Version: 2.1
Author:
Demo:
Download:
Website:
Short description:
*************************************/
for example:
Your ticket : %%TRACK_ID%% - %%SUBJECT%% has been submitted.
How to added mail subject area TRACK ID and TICKET SUBJECT
Moderator: mkoch227
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
Please try searching old posts before posting. Similar ones:
viewtopic.php?t=1701&highlight=email+subject
viewtopic.php?t=2801&highlight=email+subject
viewtopic.php?t=1701&highlight=email+subject
viewtopic.php?t=2801&highlight=email+subject
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
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
Re: How to added mail subject area TRACK ID and TICKET SUBJE
hi,
this not work v2.2
help please?
this not work v2.2
help please?
Re: How to added mail subject area TRACK ID and TICKET SUBJE
First I would like to say awesome job on the Hesk help desk which will make life easier and more productive, Thank You.
I have attempted to alter the subject line to include the person’s name and the ticket number to add some personality and tracking for their sake and mine and to have it stay in the subject line throughout the email responses both customer and admin side.
I’ve been thru the forum and copied down the code to change but something goes wrong like when a customer (me testing) would submit a ticket…then view my ticket … add reply , then click submit reply the next page is blank or has a funny looking characters () on the screen. This happen on the customer side when using the add reply from new ticket and new reply to ticket.
Here is the line I have been trying to use with v 2.2
@mail($email,$hesklang['new_ticket_submitted']' - '.$trackingID ['trackid'] . ' by ' .$tmpvar['name'],$msg,$headers); (All in one line not split like it shows here)
But not sure of all the pages to change or how many places on each page to change. I have been using pages, submit_ticket , reply_ticket and admin_submit_ticket.
I’m not a programmer so I’m sure that doesn’t help.
Keep up the great work
I have attempted to alter the subject line to include the person’s name and the ticket number to add some personality and tracking for their sake and mine and to have it stay in the subject line throughout the email responses both customer and admin side.
I’ve been thru the forum and copied down the code to change but something goes wrong like when a customer (me testing) would submit a ticket…then view my ticket … add reply , then click submit reply the next page is blank or has a funny looking characters () on the screen. This happen on the customer side when using the add reply from new ticket and new reply to ticket.
Here is the line I have been trying to use with v 2.2
@mail($email,$hesklang['new_ticket_submitted']' - '.$trackingID ['trackid'] . ' by ' .$tmpvar['name'],$msg,$headers); (All in one line not split like it shows here)
But not sure of all the pages to change or how many places on each page to change. I have been using pages, submit_ticket , reply_ticket and admin_submit_ticket.
I’m not a programmer so I’m sure that doesn’t help.
Keep up the great work
Re: How to added mail subject area TRACK ID and TICKET SUBJE
Hi ,
Where should I change as per your workaround to add Tracking ID in new ticket email subject?
Thanks
Where should I change as per your workaround to add Tracking ID in new ticket email subject?
Thanks