Reputation: 97
I am writing a small application that will receive messages to process over smtp port 25.
I am looking for an .NET assembly that I can incorporate that will listen to port 25 and talk SMTP. I invision that when a message arrives some event is triggered where I can read the message and process it.
Esstentilly I need to "Act" like a SMTP server but apart from receiving the message I don't need any more functionaly that you would find in a full blown SMTP server.
Let me know if you need more clarification.
Upvotes: 2
Views: 1400
Reputation: 624
Have you looked at this: CodeProject: SMTP and POP3 Mail Server?
Upvotes: 2