Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting SMTP on IIS Express

I wonder if anyone could help me setting up my SMTP on IIS Express.

like image 480
Lee Avatar asked Jan 25 '11 16:01

Lee


People also ask

How do I enable SMTP in IIS?

Open Server Manager by right-clicking on My Computer, and selecting Manage. (Alternately, open Control Panel, click on Programs and Features, and then select Turn Windows features on or off.) Under Features, select Add Features. Select the SMTP Server check box.

How do I find my SMTP server in IIS?

Open Start > Programs > Administrative Tools > Internet Information Service (IIS) Manager. Right click “Default SMTP Virtual Server” and choose “Properties”. Check “Enable logging”. Step 2: Click “Properties …” to check all options.

How do I set up IIS Express?

Configure IIS express on visual studioSelect the web application project and open properties -> select the web tab -> under server's select IIS express-> Specify the project URL. Now open the project folder and . vs folder (Hidden) -> Config -> applicationhost.


1 Answers

from my understanding IISExpress only supports HTTP and HTTPS - it doesn't include FTP or SMTP support

this is full documentation on IIS Express http://learn.iis.net/page.aspx/860/iis-express/

like image 68
stack72 Avatar answered Sep 20 '22 20:09

stack72