Dear Sir I have the problem regrading mail function in PHP. I am trying to send the mail using the script below, but the output genrated that "Can't Success". Hopefully that you can soled my problem. Thanks and Regards. Sachin Delhi The mail Script is --------- <? $mail_from = "From: [EMAIL PROTECTED]"; $mail_to = "[EMAIL PROTECTED]"; $mail_subject = "Hi there"; $mail_body = "I am fine here"; if(mail($mail_to, $mail_subject, $mail_body, $mail_from)) echo "Success"; else "Can't Success"; ?> ____________________________________________________ Buy Feng Shui Package for Rs. 151/- only, at http://shopping.rediff.com/shopping/fengshui_mailer.htm -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]