Guest_imported
New member
- Jan 1, 1970
- 0
Can someone tell my why this simple line isn't working?
I don't receive my mail in HOTMAIL
i use the free host on
<?php
$recipient = "my@hotmail.com";
$subject = "Subject";
$message = "Message";
mail($recipient, $subject, $message);
?>
I don't receive my mail in HOTMAIL
i use the free host on
<?php
$recipient = "my@hotmail.com";
$subject = "Subject";
$message = "Message";
mail($recipient, $subject, $message);
?>