You're correct, I just noticed this in the docs today:

http://code.google.com/appengine/docs/python/mail/overview.html#Receiving_Mail

> Note that even if your app is deployed on a custom domain, your app can't 
> receive email sent to addresses on that domain.

Your workaround does indeed work, though it is not ideal. I hope this
gets fixed someday (though preferably not before the naked domain
issue).

Thanks!

- Andrey

On Oct 22, 10:40 am, Wooble <[email protected]> wrote:
> I'm pretty sure this is unsupported.
>
> The workaround would be to use set up the account in Google Apps, log
> in to Gmail, and forward messages to your appspot email address.
>
> On Oct 22, 1:34 am, Andrey Petrov <[email protected]> wrote:
>
> > Hi, I <3 the new incoming mail feature for appengine, but how can I
> > use it for my custom domain?
>
> > I presume I'd need to set my MX records to something... I tried
> > setting them to the default Google Apps GMail ones
> > (aspmx.l.google.com,    alt1.aspmx.l.google.com, etc.) but when I send
> > mail [email protected] it gets bounced:
>
> > 550 550-5.1.1 The email account that you tried to reach does not
> > exist.
>
> > Instead of it being handled by the appengine app that I deployed on
> > the domain.
>
> > Does the same naked domain problem exist for emails too? Do I have to
> > send emails to [email protected]?itseems when I do that,
> > emails just disappear into oblivion. Neither bounced nor handled by
> > the app.
>
> > Thanks in advance,
>
> > Andrey
>
>
--~--~---------~--~----~------------~-------~--~----~
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