i did the changes you mentioned and im still getting nothing in my inbox.
here is what the code looks like now.
Code: Select all
<?php
$recipient = '***@gmail.com';
$subject = $_POST['contact_name'];
$from = stripslashes($_POST['contact_email']);
$msg = "Message from: $from\n\n".stripslashes($_POST['contact_message']);
mail($recipient, $subject, $msg);
?>this is very odd!
also made this if this helps with anything has the <?php phpinfo() ?> in it
http://www.alcoholicclothing.com/test.php