I use PHP mail() function to send email on a website. The website is hosted
on a linux webserver. Everything works fine. But recently I need to build
same kind of website on a windows IIS web server. It seems the PHP mail()
funtion doesn't work on windows web server. I installed SMTP, but it still
doesn't work. I am not familiar with windows server. What settings I need to
update? or do I need to modify my php script for windows? Many thnaks