Hello
I have been set a task to myself build a "Local SMTP Server" as the product found on this URL: http://www.softaward.com/1036.html
I have googled around but cant find any code of how to do this.
The thing is that I use the SmtpClient Class and now in this code will set "localhost" as the SMTP Server.
But in order to be able to do this, I have to code my own "Local SMTP Server"...
How can I begin to do this, perheps there are any code to start out with etc.
I will be happy for guidance of how to begin. (I know how to send email using the SmtpClient Class)