I'm working with a hosting company to configure the Windows 2003 IIS server so that I can use the php mail function.
I don't get any errors when I submit my test.php form, but I don't get a test e-mail message either:
<?php
mail('[email protected]', 'Subject', 'Your message here.');
?>
The phpinfo.php is at http://ferguson.miken.net/phpinfo.php
They said they set the sendmail_from but it doesn't seem to be set...would that be the problem?
Thanks!
