I had planned on using an open source SMTP server as a base and adding new features in to do whatever parsing I need and then send the response but I'm wondering if there is an even easier way to do this.
Is rolling my own SMTP server my best option or is there an easier way for me to do this?
I would prefer to use .NET to do this.