Please use the form below and we will get back to you as soon as possible.
"; ?> \n"; $headers .= "X-Priority: 1\n"; //Creates intelligible subject line that also shows me where it came from $subject = 'Show Request From Web Site'; //Sends mail to me, with elements created above if( mail( $contactemail, $subject, $emailMessage, $headers) ) { print "Thanks for your request! We will get back to you as soon as possible.
"; } else { print "Oops! We had a technical error, please call us at 734.323.7480"; } } ?>