I know Windows has SMTP capabilities under IIS, but I thought a basic SMTP would be a good project for learning Windows application development. I don't want a relay. I want an actual SMTP server that will send email from localhost anonymously. Obviously, it is only to be used for routing emails sent during a development process, and I really wanted to know what I am up against.
- Would VB.net be the most common approach?
- Is it possible to route email anonymously (no username/password)?
- What are some of the fine details I need to be thinking about?
Thanks!