On Fri, 25 Jun 2004 11:08:26 -0500 (CDT), Bing Du <[EMAIL PROTECTED]> wrote:
> Since the result of the mail() returned is 1, the message should have been
> delivered fine.  but I did not get anything.  Where can I look for more
> clues of what the problem might be, like possible log, or turn on some
> debug level in php?  I've also tried mail($to,$sbj,$msg, "-f [EMAIL PROTECTED]"),
> no workie either.

Can you send email to that address from that server?

On unixy systems the mail log is usually in (shocker) /var/log/maillog.

For a Windows system make sure you have the mail settings in php.ini
setup correctly (see http://php.net/mail for full info).

-- 
Stuttle

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

Reply via email to