Writing my own "craigslist" in .NET, trying to figure out how to create disposable email aliases (craigslist type)?
Here's what I mean by "craigslist style".
My website is: somecoolurl.com
User creates an account, but doesn't want to give his/her email out as contact when posting on the site.
I want to give the user a TEMP email [email protected] and alias that to their real email. When the user wants to get a new email, the TEMP gets canned and a new email gets created.