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 [email protected] to [email protected], as well as
[email protected] to [email protected], 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 <[email protected]> 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 <[email protected]> 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 [email protected] rather than
> > [email protected].
>
> > 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to