Hi, I tried searching the forums for the answer, but I didn't have any luck. I'm hosting my site with Godaddy Linux hosting. I filled out a test form, and while I got the entry showing in Machform, I failed to receive an email.
I did run the test script below that I found on another thread and received that email instantly, so it's working there.
<?php
mail('your_email@example.com', 'Test Subject', 'Test Message');
echo "Mail sent! Please check it.";
?>
Can anyone tell me where I need to go to fix this??
