Hi Ray,

It looks like ApplicationError 1 indicates an internal error, but there is
not much more I can say without trying to reproduce the issue. Would you be
willing to share some of your source code? Also, how rapidly are these
emails being sent?

The errors which are returned by the underlying mail API are defined in the
following protocol buffer service:
http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/mail_service_pb.py

The exception is raised in the mail.py code, and since the internal error is
not listed in ERROR_MAP, a more generic ApplicationError is raised.
http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/mail.py

Cheers,

Jeff

On Sat, Jul 4, 2009 at 8:11 AM, Ray Malone <[email protected]> wrote:

>
> message.send()
>  File "/base/python_lib/versions/1/google/appengine/api/mail.py",
> line 513, in send
>    raise e
> ApplicationError: ApplicationError: 1
>
> I'm sending out several hundred emails to people that have signed up
> to announcements, but after 70 or so go I get this error.
> >
>

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