if( "POST" == $_SERVER["REQUEST_METHOD"] )
{
$EMAIL_SENT_TO = "info@protective-systems.com";
$SUBJECT = trim( $_POST["Contact"] ) ." has contacted you through PSI News";
$body = "Date:\t". date( "m/d/Y H:i" ) ."\r\n";
$body .= "Contact:\t". trim( $_POST["Contact"] ) ."\r\n";
$body .= "Phone:\t". trim( $_POST["Phone"] ) ."\r\n";
$body .= "Email:\t". trim( $_POST["Email"] ) ."\r\n";
$body .= "Page:\t\t". $_POST["Page"] ."\r\n";
$headers = "From: $EMAIL_SENT_TO\r\n";
@mail( $EMAIL_SENT_TO, $SUBJECT, $body, $headers );
header( "location:/thankyou.php" );
exit();
}
?>
PSI - Your Partner in Safety
Seattle PSI is committed to promoting personal safety for every person all of the time. In today’s world, safety should never be taken for granted. Call 206.322.3186 for a free consultation.