Automated fake mailbox

Posted by Bernabé Panarello on Stack Overflow See other posts from Stack Overflow or by Bernabé Panarello
Published on 2010-06-15T02:57:48Z Indexed on 2010/06/15 3:02 UTC
Read the original article Hit count: 382

Filed under:
|
|
|

Hello, i'm about to start the development of a new automated-email application. The idea is that customers (or other external users) send emails to a mailbox and then an automated process will read them, extract their information and insert it into some database. It's a requirement that the emails have an standard format in order to be parsed (standard subject, etc.). The obvious thing to do would be to set up a process that periodically pools an ordinary mailbox, through pop-3 for example, processing the messages it finds. However, it would be for me much nicer to be able to process the emails as they arrive. I was wondering then, is there any way to set up a process that acts as a fake email-box? do you know about any open-source implementation of something like that I can extend? I would prefer something already written in c#.

Thanks in advance for your help, bernabé

© Stack Overflow or respective owner

Related posts about .NET

Related posts about email