<?php $msg = '<html> <head> <meta http-equiv="Content-Language" content="en-au"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Ticket Submission Information</title> </head> <body> <h1>Ticket Submission Information</h1> <p>Your have submitted a support ticket at '.$this->Cfg[site_name].' from the IP address of : '.$this->MailArray['ip'].'<br> <p>Thank you for you validating your ticket submission '.$this->MailArray['name'].', </p> <p>We will have a look in to your support ticket ASAP and you will be contact with a response.<br> Below u can find information on checking your submissions or removing your submission.</p> <hr> <p>Your Ticket number</p> <p>Ticket submission status: <a href="'.$this->Cfg[status_link].$this->MailArray['ticket'].'&email='.$this->MailArray['email'].'">here</a></p> <p>Remove your submission: <a href="'.$this->Cfg[rem_link].$this->MailArray['ticket'].'">here</a></p> </body> </html>'; ?>