";
if($err == '')
{
$name = $HTTP_POST_VARS['r_name'];
$company = $HTTP_POST_VARS['company_name'];
$email = $HTTP_POST_VARS['re_eMail'];
$address = $HTTP_POST_VARS['r_Address'];
$phone = $HTTP_POST_VARS['Phone'];
$fax = $HTTP_POST_VARS['fax'];
$subj = $HTTP_POST_VARS['sub'];
$msg = $HTTP_POST_VARS['msg'];
$to = 'tim@velocity-management.com';
$sub = "NO-REPLY:Contact Us Request from North Port Storage";
$body = "Hi, Someone has request to contact with them providing the following information:
======================================================================================================
Name: $name.
Company: $company.
Address: $address.
E-Mail: $email.
Phone: $phone.
Fax: $fax.
Subject: $subj
Message: $msg
======================================================================================================
Thanks. ";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= "From: North-Port-Storage.com \r\n";
if (mail($to,$sub,$body,$headers))
$m = 'Your Information has been sent successfully. Someone will get back to you soon.';
else
$m = 'Mail seding failed. Please try again or later.';
}
}
?>
North Port Self-Storage – Your Own Size Space!