Keith Aldridge wrote:
New to php, can't see the problem with mail().
<snip>
<?php

if (mail($to, $subj, $body)) {

            echo ("Successful send");

}

else {

            echo ("Failed");

}

?>

Please don't send email to a mailing list asking for read reciepts.

Can the box that you're testing this script on send mail outside of localhost?

--
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to