omar_barjes
04-28-2009, 01:47 PM
Requirements
1-Internet Information Services (IIS) is required.
2-SMTP Service must be installed and running. SMTP Service is an option installed with IIS.
3-The SmtpServer property must be set to the IP address or server name where the SMTP Server is running. In most cases this is the "localhost" computer. Therefore, the SmtpServer property value can be either the friendly name, "localhost", or "127.0.0.1". The latter is the default for this application. To find the SMTP server name:
Open the IIS snap-in (In Control Panel, open Administrative Tools, and then open Internet Information Services).
Expand the Default SMTP Virtual Server node.
Click Domains. In the right pane you will see a list of Domain Names. You may set the SmtpServer property to one of these names or its corresponding IP address.
4-The Default SMTP Virtual Server must also be running. Be aware that it is possible for the SMTP Service to be running, but the Default SMTP Server in IIS to be stopped. There is a difference between the service itself and the actual server run by the service. If your Default SMTP Virtual Server is not running, a red X icon will be visible over its node in the IIS snap-in. To start the server, right-click its node and click Start.
5-Set the relay restrictions:
In IIS, right-click Default SMTP Virtual Server and select Properties.
In the Properties dialog box click the Access tab.
Click Relay.
In the Relay Restrictions dialog box, select the box labeled All except the list below. The bottom check box can be selected or cleared.
Click Here (http://msdn-help.blogspot.com/2009/04/send-mail.html)
1-Internet Information Services (IIS) is required.
2-SMTP Service must be installed and running. SMTP Service is an option installed with IIS.
3-The SmtpServer property must be set to the IP address or server name where the SMTP Server is running. In most cases this is the "localhost" computer. Therefore, the SmtpServer property value can be either the friendly name, "localhost", or "127.0.0.1". The latter is the default for this application. To find the SMTP server name:
Open the IIS snap-in (In Control Panel, open Administrative Tools, and then open Internet Information Services).
Expand the Default SMTP Virtual Server node.
Click Domains. In the right pane you will see a list of Domain Names. You may set the SmtpServer property to one of these names or its corresponding IP address.
4-The Default SMTP Virtual Server must also be running. Be aware that it is possible for the SMTP Service to be running, but the Default SMTP Server in IIS to be stopped. There is a difference between the service itself and the actual server run by the service. If your Default SMTP Virtual Server is not running, a red X icon will be visible over its node in the IIS snap-in. To start the server, right-click its node and click Start.
5-Set the relay restrictions:
In IIS, right-click Default SMTP Virtual Server and select Properties.
In the Properties dialog box click the Access tab.
Click Relay.
In the Relay Restrictions dialog box, select the box labeled All except the list below. The bottom check box can be selected or cleared.
Click Here (http://msdn-help.blogspot.com/2009/04/send-mail.html)
