|
For subscription to the
magazine, please send your request to :
info@autoasia.net. Thanks and Regards.
if(isset($_POST[s1]))
{
// Email Confirmation
// $thanks = "
Thank you, for your registration!.";
$Name = "Team autoASIA"; //senders name
$email = "info@autoasia.net"; //senders e-mail adress
$replymail = "$_POST[EmailID]";
$recipient = "info@leatherspan.com"; //recipient
$mail_body = "Subscription Query:
Name: " .$_POST[name]. " Organisation: " .$_POST[organization]. " Email Id: " .$_POST[EmailID]. " Phone: " .$_POST[Phone]. "," .$_POST[mobile]. " Commnets: " .$_POST[comment]. " "; //mail body
$subject = "Customer Subscription"; //subject
$header = "From: ". $Name . " <" . $email . ">\r\nContent-type: text/html; charset=iso-8859-1\r\nReply-To: $replymail"; //optional headerfields
mail($recipient, $subject, $mail_body, $header); //mail command :)
header("location:thanx.php");
}
?>
Subsription of autoasia
|