Developing an Email Server

  • Thread starter Thread starter nitinb
  • Start date Start date
N

nitinb

Guest
Friends,

I need to develop an email server using .net technologies preferable C#. I am not aware whether C# would be the right choice. Please do let me know some URLs which offer help on developing an email server in an language.

Thanx in advance
Nitin
 
All you should have to do is read up on the System.Net.Sockets namespace in .NET, and read the SMTP RFC document.
 
Back
Top