I'm a big fan of the email feature available in Backpack, where it creates a unique email address per backpack page, and any emails sent to that address will be posted to the page.
My question is about how best to go about creating new email addresses automatically, and listening for new emails sent to those addresses. I'd like to do this from a C# service (I'm not using ASP.Net)
- Has anyone tried to achieve this or something similar before?
- Are there libraries (preferably FLOSS) already available which do this or would assist me?
- Is it possible to do this using a cloud-based email service (and if so, what service?) and a library for communicating with that service (OpenPop.Net or similar)?