For sure the Python Mail API does not raise an exception when using a ReplyTo that is not a developer, etc. However, I _think_ it does raise an exception for the From field.
What we have been seeing is intermittent delivery (recently) when using a ReplyTo that is not a developer, etc. We are wondering if something further down the line (other side of the API) is enforcing something. On Aug 18, 6:29 am, "Nick Johnson (Google)" <[email protected]> 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<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%2Bunsubscrib > >>> [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]<google-appengine%2Bunsubscrib > >> [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]<google-appengine%2Bunsubscrib > > [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.
