[How to] install SMTP on Windows 8 Developer Preview…

Previously on my last article ‘ how to install SMTP on windows 7’ was highly traffic, and considering the same problem on newly launched OS of Microsoft, Windows 8 I have thought to write same blog for it. As windows 8 developer preview has just been released few months ago, it consists of IIS 8. This is entirely new platform. Let me go with how to install or work with SMTP on windows 8.


In windows 8 it is quite simple to get start with your SMTP Server. First of all you need to do some work with your ‘Program and Features’ on Control Panel.

  1. Click on Program and Features on Control Panel.
  2. Go to click on ‘Turn on windows Features on or off’, which is on the left side of the panel.

Once this is open make sure that you have enabled the IIS  and Microsoft  .net Platform too on your machine just making check mark as shown in given snap.

Once the procedure of enabling IIS and Microsoft .net Platform now you need to go on IIS manager. It is quite easy to get reach there. Here are the steps.

To open IIS Manager from the Start menu

  1. Click Start, and then click Control Panel.
  2. Do one of the following:
  • If you are using Windows Vista® or Windows Server® 2008, click System and Maintenance, and then click Administrative Tools.
  • If you are using Windows® 7 or Windows Server® 2008 R2, click System and Security, and then click Administrative Tools.
  1. In the Administrative Tools window, double-click Internet Information Services (IIS) Manager.

To open IIS Manager from the Search box

  1. Click Start.
  2. In the Start Search box, type inetmgr and press ENTER.

Here the above steps lead you up to the IIS manager now it requires you to configure the IIS Manager. The further process to configure your SMTP is as follows.

To configure SMTP e-mail for a Web application

You can perform this procedure by using the user interface (UI), by running Appcmd.exe commands in a command-line window, by editing configuration files directly, or by writing WMI scripts.

User Interface

To Use the UI

  1. Open IIS Manager and navigate to the level you want to manage. For information about opening IIS Manager, see Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see Navigation in IIS Manager (IIS 7).
  2. In Features View, double-click SMTP E-mail.
  3. On the SMTP E-mail page, type the e-mail address of the sender in the E-mail address text box.
  4. On the SMTP E-mail page, select one of the following delivery methods:
  5. 1.       Deliver e-mail to SMTP server: to deliver e-mail messages immediately. This requires an operational SMTP server for which the user has credentials.
  6. 2.       Store e-mail in pickup directory: to store e-mails in a file location on disk for later delivery by an application such as an ASP.NET application, or by a user, such as an administrator.
  7. If Deliver e-mail to SMTP server is selected, do the following:
  8. Type the unique name of your SMTP server in the SMTP Server text box or select the Use localhost box to set the name to LocalHost. Setting the name to LocalHost means that ASP.NET will use an SMTP server on the local computer. Typically, this is the default SMTP virtual server.
  9. Enter a TCP port in the Port text box. Port 25 is the SMTP standard TCP port and is the default setting. More than one virtual server can use the same TCP port if all servers are configured by using different IP addresses.
  10. Under Authentication Settings, specify the authentication mode and credentials if your SMTP server requires these.
  11. If Store e-mail in pickup directory is selected, type the batch e-mail location in the Store e-mail in pickup directory text box.
  12. Click Apply in the Actions pane.

                             

I hope you enjoyed this blog and get the knowledge of enabling SMTP on your machine. Stay Tuned with Aerrow….  😉

One Comment

Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.