I’d like to have emails to a given domain, say http://mydomain.com/, processed by an AppEngine app, let’s call it http://emailprocessor.appspot.com/ .
That is, an email to “hello@mydomain.com” should be received and processed by emailprocessor.appspot.com as if it was an email to “hello@emailprocessor.appspot.com” .
I imagine I could do this via MX records for my mydomain.com domain, but I can’t find instructions anywhere.
Is this possible, and if so does one set it up?
What I have done is to point the MX record to a server that allows you to do email domain forwarding. Then you can forward all emails to emailprocessor.appspotmail.com.
The advantage of this is that you catch all usernames: hello@mydomain.com, goodbye@mydomain.com, etc…
If your host has cPanel see this: http://www.siteground.com/tutorials/email/email_domain_forwarding.htm