function send_mail_txt($myname, $myemail, $contactname, $contactemail, $subject, $message) { $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/plain; charset=iso-8859-1\r\n"; $headers .= "X-Priority: 1\r\n"; $headers .= "X-MSMail-Priority: High\r\n"; $headers .= "X-Mailer: PHP\r\n"; $headers .= "From: \"".$myname."\" <".$myemail.">\r\n"; $headers .= "Reply-to: <".$myemail.">\r\n"; $headers .= "Return-path: <".$myemail.">\r\n"; return(mail($contactemail, $subject, $message, $headers)); } ?>
Reuben Products develops next-generation software and games! Reuben Products was started by Reuben Dunn when he was 8 years old. He now continues to make great software and games!
We develop for Windows, working on Mac, and thinking about game consoles.

