Forward all emails to one address (catchall), and in appengine just
read the TO field, which will have the correct address it was sent to
(even though it was redirected to a different address initially).

On Nov 9, 1:37 pm, Devon <devongov...@gmail.com> wrote:
> I need to be able to receive any email sent to my domain with my
> google app engine app.  For example I need to be able to forward email
> from exam...@mydomain.com to exam...@appid.appspotmail.com, as well as
> t...@mydomain.com to t...@appid.appspotmail.com, etc.  I can set up a
> "catch-all" address in Google Apps, and forward mail, but the address
> to forward to is different depending on who it was sent to originally.
>
> Anyone have any idea how to do this?  There must be apps that people
> run on App Engine that are able to do this?
>
> Devon
>
> On Nov 9, 1:23 pm, Wooble <geoffsp...@gmail.com> wrote:
>
> > Receiving email at non-appspotmail domains isn't supported; you'll
> > need to set up forwarding from an email server.  If you just want to
> > forward a limited number of addresses, it's probably easiest to set
> > them up as accounts in Google Apps, log in to Gmail and forward
> > messages to whatever appspotmail.com address you want to use.
>
> > Setting up MX records won't help; this just tells other sites' mailers
> > to send the messages to appspotmail's server, where it would have no
> > idea what to do with them.
>
> > On Nov 8, 11:36 pm, Devon <devongov...@gmail.com> wrote:
>
> > > Hello. I have set up a custom domain for my application with Google
> > > Apps. My application uses the incoming mail service to receive mail.
> > > I would like to receive mail from my domain rather than from
> > > appspotmail.com.  For example, I would like my users to be able to
> > > send email to exam...@mydomain.com rather than
> > > exam...@appid.appspotmail.com.
>
> > > Is this possible? Do I need to change MX records for my domain?
>
> > > Thanks for the help!
> > > Devon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to