- this is where the current // set up will drop in the email address listed above in the "switch" function. Now, if you // have only one email address, and want to swutch the subject line, then replace the // <$mailto> with (the correct email address). $mailheader = "From: $name <$email>\nContent-Type: text/html"; mail("info@theemergencyresponse.com","Information Request from Emergency Response Site","$message","$mailheader"); } // Return the end user to a "Thank you!" page to let them know the email came through. { include("thankyou.html"); exit; } } // THE END! ?>