I want to have an email server for my windows 2008 system. The hard part is, that mailserver must have an API so I can create mailaccounts, send mails, read mails etc.etc (as e.g. hotmail.com so) from an asp.net page.
Asked
Active
Viewed 221 times
0
-
Lol, for what -1? – PassionateDeveloper Apr 14 '11 at 11:37
-
1"I wanna" to start. Secons, why do you say "integration with ASP.NET". You need a mail server with an API and that is it. If anything then ".net", but not "asp.net". – TomTom Apr 14 '11 at 11:44
2 Answers
1
Windows Server has an SMTP server built in. It uses Active Directory accounts, which can be scripted. POP support has been discontinued, but there are alternatives.

Mark Henderson
- 68,823
- 31
- 180
- 259