In your code, "message.setRecipients(...); " should be "setRecipient(...)", not "setRecipients()" since your arguments does not match plural.
With that change, the same code works in my app. when sender is the owner of application. - Wen On Sep 6, 11:24 am, Deepak Singh <[email protected]> wrote: > I have my gmail account deepaksingh.kr@gmail as owner. > If i use this id as a sender, even then email is not being sent. > > Thanks > > 2011/9/6 Ronoaldo José de Lana Pereira <[email protected]> > > > > > > > > > The sender must be an admin user in your app "Permission" settings, at > > least a Viewer. > > > -Ronoaldo > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/google-appengine/-/J_U6tslmIhsJ. > > 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.
