<?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 System Validation</title> </head> <body> <h1>Ticket System Validation</h1> <p>Your have submitted a support ticket from the IP address of : '.$this->MailArray['ip'].'<br> If you did not do this please click here.<br> If you did this please Read on.</p> <p>Thank you for you ticket submission '.$this->MailArray['name'].', </p> <p>Please confirm this is your email below</p> <hr> <p>Your Ticket number</p> <p>Validation link: <a href="'.$this->Cfg[valid_link].$this->MailArray['ticket'].'&email='.$this->MailArray['email'].'">'.$this->MailArray['ticket'].'</a></p> </body> </html>'; ?>