PHP邮件功能不工作bur发送核心php没有错误[重复]

This question already has an answer here:

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,

</div>

You are using a windows server, and sendmail might not be configured well.

You may send mail using SMTP using PHPMailer Library.

https://github.com/PHPMailer/PHPMailer