I recently inherited a PHP install on IIS6 that is working fine. However, I am having issues getting mail to be sent out by the application. It is using PEAR and that is where our problems are. It will not send mail at all. I have verified the install of PEAR by going through the install process and it seems that it is installed correctly, including adding entries to the php.ini file but it will not send mail. I have double and triple checked the php files, looking for anything that doesn't seem correct.
Is there a way to create a test file to test the mail functionality, outside of the full website, or is there any ways to test the PEAR installation?
TIA