Posted by benny on 11/22/05 21:33
what you can do, do this way. I hope it will work. $is_sent = mail("$Recipient, $Subject, $Message, $Headers"); if ($is_sent === TRUE){ echo "Sent successfully"; }else{ echo "Got problem in sending an email."; } Good luck.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming