Please tell me is this function good to send mail
function sendEmail($To, $From, $Subject, $Body)
{
global $set_ini_smtp, $quiet,$from_address_mail;
mail("$To", "$Subject","$Body","From: $From <$From>\nX-Mailer: PHP 4.x\r\n\r\n");
return true;
}
Thanks
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --