As we know if we want to enable our app on App Engine to receive emails, we need to first configure an email address of the format str...@appid.appspotmail.com in web.xml file. However, I wanted to know if it is possible to use an email address of the form str...@domain.com which can be used to receive emails for the application. Like you can map you ap...@appspot.com to your own domain, and it works fine but wanted to know if it is possible do it for emails also somehow.
Just direct your mail server for domain.com to forward str...@domain.com to your-...@appspot.com.