I'm trying to get some mail problems fixed on a Windows 2008 server with IIS. I added a setting to the PHP.ini file to specify a mail log:
mail.log="C:\Windows\temp\php-mail-errors.log"
However that file contains nothing at all when I try to send mail and it either succeeds or fails. I'm wondering if it's a permission issue or something else?
Any tips would be most welcome.