What about emails sent from administrators of the app? For example, when a user creates an account in my application, I send out an email from [email protected] to my new user. Mydomain.com is the Google Apps domain linked to my application. Will emails such as this one be signed? Would this be affected by whether the email is sent using a task queue or not, and if so, how?
On Feb 21, 8:22 pm, Marzia Niccolai <[email protected]> wrote: > As an example, Let's say your application is installed on a Google Apps > domain, eg 'googlemanageddomain.com' and a user accesses your app at ' > app.googlemanageddomain.com' and signs in as '[email protected]'. > > When your application sends mail from '[email protected]', it > will be DKIM signed on the googlemanageddomain.com domain. If the user > accesses your app viaapp.appspot.com, the mail will not be DKIM signed > because the domain of the request does not match the domain of the > signed-in user > > -Marzia > > > > > > > > On Mon, Feb 20, 2012 at 11:07 AM, Joakim <[email protected]> wrote: > > I too would like some clarification on what that part of the sentence > > is means in practice. > > > On Feb 20, 7:48 pm, pdknsk <[email protected]> wrote: > > > I have a question about this particular part: "which are sent from a > > > request originating from the same domain". > > > > When I put a task (to send mail) on url="/mail/" it runs on > > > domain.appspot.com by default. Do I have to use url="http://domain.com/ > > > mail/" then, or is this mapped automatically? Maybe I'm > > > misunderstanding this. > > > -- > > 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.
