IIS Configuration
Posted: Tue Aug 19, 2003 9:10 pm
Hello Developers,
How do I configure Default SMTP Virtual Server that comes with Microsoft Internet Information Services 5.1 so that I can use
the mail function of PHP and CDONTS of ASP from localhost?I have configured the SMTP as localhost in php.ini . Is it
possible to send the mail from the Default SMTP Virtual Server to send a e-mail?.When I try to send a mail from a SMTP
Virtual Server of IIS ,it reports"warning: Failed to Connect in email.php on line 36".The line 36 contains the code "mail
fucntion mail($receiver, $subject, $message, $headers);".
Do I need any other software?
Thank you
Dibyendra
How do I configure Default SMTP Virtual Server that comes with Microsoft Internet Information Services 5.1 so that I can use
the mail function of PHP and CDONTS of ASP from localhost?I have configured the SMTP as localhost in php.ini . Is it
possible to send the mail from the Default SMTP Virtual Server to send a e-mail?.When I try to send a mail from a SMTP
Virtual Server of IIS ,it reports"warning: Failed to Connect in email.php on line 36".The line 36 contains the code "mail
fucntion mail($receiver, $subject, $message, $headers);".
Do I need any other software?
Thank you
Dibyendra