Bounced email on Google App Engine
Posted
by Ivan Vovnenko
on Stack Overflow
See other posts from Stack Overflow
or by Ivan Vovnenko
Published on 2010-04-06T14:49:45Z
Indexed on
2010/04/06
14:53 UTC
Read the original article
Hit count: 435
I'm developing application for google app engine (python), witch needs not only to send emails, but also know which ones bounce back.
I created special account for my domain [email protected], added it as an app admin and sending messages from it.
The problem is (and it was described here http://code.google.com/p/googleappengine/issues/detail?id=1800) - GAE sets the Return-Path to some internal email address, not allowing to receive bounced email messages.
Anyone aware of any possible workaround for this? Thanks.
© Stack Overflow or respective owner