Hi Jason, The restrictions for the Python runtime are the same: the sender address must be either the address of an administrator, the address of a logged in user, or a valid address for that app to receive email on.
-Nick Johnson On Mon, Aug 16, 2010 at 11:33 PM, Jason C <[email protected]> wrote: > > The Java documentation says the following (http://code.google.com/ > appengine/docs/java/mail/overview.html): > > "For security purposes, the sender address of a message must be the > email address of an administrator for the application, the Google > Account email address of the current user who is signed in, or any > valid email receiving address for the app (see Receiving Mail). The > message can also include a "reply to" address, which must also meet > these restrictions." > > The Python documentation does not suggest the same restriction on the > ReplyTo address, or at least I cannot find it. > > We are seeing problems with sending email (on Python) and suspect our > ReplyTo address might be a problem. We are _not_ using a ReplyTo > address that is a developer (or a logged in user, etc.). This has > worked in the past. > > Is this a recent change (which would break a major feature of ours), > or should we look for another reason? > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- 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.
