Your Email:
Your Name:
Subject:
code &
\r\n"; $header .= "X-Priority: 3\r\n"; $header .= "X-Mailer: php\r\n"; $header .= "From: $realname <$from>\r\nReply-To: $from\r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-Type: text/html\r\n"; $header .= "Content-Transfer-Encoding: 8bit\r\n\r\n"; $header .= "$message\r\n"; mail($to, $subject, "", $header); print "ok ($x)
"; flush(); } } } } ?>