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.
