You've probably seen web apps that have an "email dropbox". Users can send email to a special address like 'dropbox@123232.wepapp.com' and the message will be parsed and inserted into their account as a comment, to-do, etc.
We're trying to build something like this, and wondering which way would be best? Is the 'dropbox@123232.wepapp.com' an actual defined email account or an alias? Or is it neither and they use a catch-all email account and then simply parse the 'To' address to determine which account to associate it with? Could it also be a defined email box called 'dropbox' and because they're using dynamic sub-domains, all of the emails are delivered to one big inbox and then parsed based on the messages 'To' address?
