if($submit) {
$subscrinfo.="PROMOTIONS ON YnFx - Subscription Form
";
$subscrinfo.="---------------------------------------------------------
";
$subscrinfo.="Banner and Tiles : $months
";
$subscrinfo.="Newsletter : $circulation
";
if($storefront) { $subscrinfo.="Storefront : $storefront
"; }
$subscrinfo.="Company Name : $coname
";
$subscrinfo.="eMail : $email
";
$subscrinfo.="Contact Person : $contactperson
";
$subscrinfo.="Phone : $phone
";
$subscrinfo.="Address : $address
";
$subscrinfo.="Any other content attached : : $other
";
$subscrinfo.="Website : $website
";
$emailto="webmaster@yarnsandfibers.com.loc";
$subject="Promotions on YnFx - Subscription Form\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: ".$coname." <".$email.">\r\n";
$headers .= "cc:sanjiv@yarnsandfibers.com,gohain@yarnsandfibers.com,juzer@yarnsandfibers.com\r\n";
$headers .= "bcc:husain@yarnsandfibers.com\r\n";
mail($emailto,"Promotions on YnFx - Subscription Form",$subscrinfo, $headers);
echo $msg = "Thank you for your subscription. Our team will get back to you soon!";
}
?>
include "../includes/fontcontrol.php" ?>