I am having trouble with the email, the program says that it is sent, but never recieved.
I tried the code
<?php
$email = "electro_mike@hotmail.com";
mail($email, "Test Mail", "Test Message");
?>
But i get the error:
Warning: Failed to Connect in c:\web\email.php on line 3
Do you know what is going wrong?