0

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.

Bart De Vos
  • 17,911
  • 6
  • 63
  • 82

2 Answers2

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
1

Try smartermail. It's free for a single domain.

Alex
  • 428
  • 1
  • 9
  • 14