Contact Form

"."\r\n" ."Reply-To: ".$email."\r\n" ."X-Mailer: PHP/".phpversion(); // Send email $to = "dpk.kanwari@gmail.com"; $subject = "New message from your website"; if (mail($to, $subject, $email_message, $headers)) { echo ""; } else { echo "Oops!"; } } ?>