Have you set up your SMTP server in the PHP configuration?

"Orlando castaņeda" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
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



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to