Page 1 of 1

Ticketnumber in subject

Posted: Sun Oct 01, 2006 7:05 pm
by Marcel4869
Script URL:
Version of script: 0.931
Hosting company: Everyday Webhosting
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: subject ticket

Write your message below:

Is it possible to edit: @mail($email,$hesklang['new_ticket_submitted'],$message,$headers);

So that I can add the ticketnumber in it?

Kind regards,

Marcel

Kind regards,

Marcel

Posted: Fri Oct 06, 2006 8:22 pm
by Klemen
Try

Code: Select all

@mail($email,$hesklang['new_ticket_submitted'].' ID '.$trackingID,$message,$headers);