I am using Google Apps Premier Edition.
I want to create a disposable email address service and I want to catch all emails for a domain. This means that I should be able to catch all mails sent to an arbitrary userid and/or arbitrary domain and store them into a single Google Apps account.
For example, in a single account I want to get all mails sent to:
1)
[email protected]
2)
[email protected]
without requiring to do any extra configuration in Google Apps for abc or xyz. My app will download mails from this account and process accordingly.
I have figured out that I could do (1) by specifying a catch all email address.
Is the combination of both (1) and (2) possible?