Code: Select all
$to = "info@lsign.co.uk";
$from = $email;
$subject = '[Contact] : Website Info requested' ;
$msg = "From : $from
" . $message;
ini_set("sendmail_from", $from);
$test = mail($to, $subject, $msg, "From: $from\r\nReply-To: $from\r\nReturn-Path: $from\r\nX-Mailer:PHP/".phpversion()." \n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1" );
Reply-To: stevegra2000@hotmail.com X-Mailer:PHP/5.1.6
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
Message-Id: <20080922173254.D040AA4167@server88-208-236-227.lutions.co.uk>
Date: Mon, 22 Sep 2008 18:32:54 +0100 (BST)
From : stev2000@hotmail.com
Text:another test
Tel:07950567366