I am trying to send an e-mail like this:
<?php
$to = "[EMAIL PROTECTED]";
$subject = "xsubject";
$message = "x data";
mail ($to, $subject, $message);
?>There are no errors, but the e-mail is never sent ! I apreciate any help ! Tito [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ # 32019090
