In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > >try doing a echo eg > > > >$mail = mail( $to, $subj, $Message ); > >echo $to; > >echo "<BR>"; > >echo $subj; > >echo "<BR>"; > >echo $Message; > >echo "<BR>"; > >echo $mail; > > > >and see if that is setting the variables...if $mail = 1 then on php's side mail is >sent if it's 0 then u have an error > > How can I see what the error is? >
Check the logs for your MTA (sendmail, qmail whatever) for errors -- David Robley Temporary Kiwi! Quod subigo farinam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php