hi. my page won't send email. here's my program:

$to = "[EMAIL PROTECTED]";
$title = "testing subject";
$contents = "testing contents";
$headers = "From: webmaster <[EMAIL PROTECTED]>";

mail($to, $title, $contents, $headers);

if i send the email to one of my own email, it works. such as
[EMAIL PROTECTED] or [EMAIL PROTECTED] It just won't
work on any other email. Is there any setting that i should know
about?

thanks


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to