Browsing through the logs, i noticed the below given error. This
happened when the user sending the email is in fact a valid user
listed on the app permissions page. Besides that, not all emails
hitting that function call fail. So, there has to be a bug on the
AppEngine side of things.
**********************************
Unauthorized sender
Traceback (most recent call last):
File "/base/data/home/apps/app_name/app_version/folder/file.py",
line 119, in send_page_email
message.send()
File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/mail.py", line 894, in send
raise ERROR_MAP[e.application_error](e.error_detail)
InvalidSenderError: Unauthorized sender
**********************************
--
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.