IIS Configuration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dibyendra
Forum Newbie
Posts: 20
Joined: Tue Aug 12, 2003 2:26 am
Location: Nepal

IIS Configuration

Post by dibyendra »

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
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Please read this viewtopic.php?t=11817

This is one for the normal forum.

Also, please don't sticky all your topics - bad form.
Post Reply