Is PHP email - form mail supported?

Discussion in 'Windows / IIS' started by wisemx, Mar 11, 2008.

  1. That direct SMTP method from the server wouldn't work for us in ASP.NET but...
    I'd suggest opening a support ticket to ask about your options with PHP.
    There are a lot of modules/features in IIS7 that can be activated for PHP.
    Salute,
    Mark
     
  2. Hi, I started a new site in the win2008 environment but can't seem to fire off an email using PHP. The below test.php file (bogus address entered for this board post) is supposed to send me an email but does not. Is there something i need to turn on somewhere, or is sending email thru PHP not supported yet?

    <?
    mail('yourname@yourdomain','test','Ok, it works');
    ?>
     
  3. Bruce

    Bruce DiscountASP.NET Staff

Share This Page