How can I get SMTP to work on Windows 7 (developer box). I used to just be able to turn it on for a windows XP box. Is SMTP not included on windows 7? If so, what can I use instead as a free relay mechanism.
|
feedback
|
|
SMTP isn't included with Windows Vista, either - you'll have to download and install a free third-party SMTP server. There are a number available - http://www.softstack.com/freesmtp.html being one. UPDATE: Some more options - http://stackoverflow.com/questions/341651/vistas-iis-instance-doesnt-have-smtp-solutions | ||||
|
feedback
|
|
If you are developing in ASP.net using the built-in mail libraries, a lesser-known configuration setting is to use the following:
All your application generated emails will be dumped into this directory during development. No smtp server needed! | |||||
feedback
|
|
You can use Google's as a free relay, however you need to have a Google account.
Just make sure the ports are setup as defined for your account. | |||||
feedback
|
|
According to this post, the issue an SMTP server was included in IIS6, but has been removed in IIS7. This thread suggests the Remote Server Administration Tools (which include a SMTP server), as long as you don't have the Home edition of Windows. | |||||
feedback
|
|
I got "SMTP E-mail" to appear in my Computer Management IIS Features View by going to Start -> Turn Windows Features On or off And activating these two checkboxes: Internet Information Services -> Web Management Tools -> IIS Maanagement services Internet Information Services -> World Wide Web Services-> Application Development Features -> ASP.NET SMTP E-mail didn't appear immediately in the Computer Management, IIS Features View. Had to reopen it. | |||||||
feedback
|
|
| |||
|
feedback
|
|
For those still coming across this, I've played with the two servers suggested above (freesmtp and hmailserver). Freesmtp is very quick and simple and worked out the box but only lets you send 10 emails a day without paying $69. hmailserver takes longer to set up (although still fairly painless) but has more features and hasn't asked me for money (yet). | |||
|
feedback
|
|
I had the same problem, and I installed hMailServer. | |||
|
feedback
|