Im having some more error checking issues :)
This time its with sending email using php.
Im absolutely sure that the email address is correct and that my IMAP module
is enabled for
php as I successfully read emails from my ISP. But when I sent an email
with:

mail($to, $subject, $body, $headers)

it failed and I wanted to know how I can get a more descriptive error from
the failure of this function...
any ideas?

Thanks again, I really appreciate the help.

-ML



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

Reply via email to