Ok at a little loss here.
I had PHP4 sending no problems tested it working great. wrote a couple of form mail pages useing the $formsent = mail and if ($formsent -- 1) examples from the PHP bible book. worked great. sent an email to the guy i'm building the site for and it won't work. the only thing i've done inbetween testing and it not working was load majordomo list server. know i don't know if that's what caused it but it's the only thing i've done that i can remember.
on of the things i've tried was create a new php file with
<?php
mail("bjames@james-gang.org", test", "test");
print ("hope this works");
?>
and you guessed it nothing.
I've checked my PHP.ini in my /etc directory and sendmail is pointing to /usr/lib and the sendmail file there.
anyone now what else i can check
Bryan