I know , lot of questions here about my problem but I did not get the appropriate answer. Here is a phpinfo of the link: "http://www.indusfloor.com.au:81/test.php"
and I am testing mail function to send the mail. sample code is-
if(mail($to, $sub, $msg, $header))
{ echo 'mail sent'; }
else
echo 'mail not sent';
I am getting the 'if condition' message but not the mail. I think if there is problem on the server's php file. That's why I have written the phpinfo file of site.
Thank You,