Here is the code I have in contact.php:
<?php
mail('philovesdogs@gmail.com','sdf','sadfsad');
echo 'Ok';
?>
I put the echo in just to make sure that PHP was working on the page. I uploaded the page to my LAMP server and opened the page. I saw 'ok'. I checked my email however (and my Spam folder) and no email was sent. Any suggestions? Thanks!