same here in python since aug 11, 22:00 GMT
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
GAE Team: Some comment on downtime-notify would be appropriate here.
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
Robert
Yes, i tried it. No results :(
--
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/-/o5SeyhH4eSkJ.
I had a user that contained dot in its name and worked. It also contained dash... the sender that had only a dot still triggers the error
If you think it's going to take days to fix, I'll set up a non-dot email to send the emails, but if you think it'll be fixed soon, I won't bother (I always send email in a task queue task because email throws so many bizarre exceptions, so they're just sitting there retrying…)
(I'm hesitant to implement the non-dot work-around, since my users might not get those emails because they've never seen a message from that address before, and therefore it may be considered spam. I'd rather that they get them late than not at all.)
-Joshua
This is being tracked here:
http://code.google.com/p/googleappengine/issues/detail?id=5575
I will update the issue once I have any update from the engineering team.
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>
--
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations
As a workaround, I tried adding the same gmail address I've been using, but without the .'s in it, as a developer.
No dice. It let me accept the invitation, but then the new non-dot developer disappeared from the Permissions list.
So, apparently, GAE recognized that the two emails were actually the same google account.
On the advice of google (over at the production issue report), I've rejiggered my app to send from a different email account, and notified my users of the change.
-Joshua
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.