You can have Reply To be anybody. I often use that trick to work around the sender-must-be-a-developer rule.
On Aug 18, 2010, at 8:29 AM, Nick Johnson (Google) wrote: > Hi Jody, > > On Wed, Aug 18, 2010 at 1:28 PM, Jody Belka <[email protected]> wrote: > Hi Nick, > > You meean "ReplyTo address" there, not "sender address", right? > > I believe the same restrictions apply to both. > > -Nick > > > > Jody > > > On 18 August 2010 13:08, Nick Johnson (Google) <[email protected]> > wrote: > 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]. > 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. > > > -- > 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. > > > > -- > 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. -- 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.
