On Apr 21, 1:12 am, Bhavana <[email protected]> wrote:
> In my application i need to send mail to more than 1000 people,so for
> this i used task queue.but now my problem is other than admin no one
> can send mail from my application. the errror ' unauthorised sender '
> is raising. Even the person who is in that application also is not
> able to send mails.pls help me out.

You can't use the task queue to send email from a non-administrator,
because task queue tasks aren't run by a logged in user, they're run
in the background by the system.

-- 
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.

Reply via email to