Hi
I have an applicaiton running on google appengine at
http://freshersdirect.appspot.com. I have an announce only web page at
http://freshersdirect.appspot.com/show where admin can send
announcement messages to all the registered members of the
appllication. I have about 250 members registered with the
applicaiton.
When I try to send emails to the users, my applicaiton throws an
exception saying you have hit your quota limits after sending only 9
emails
I have cheked the FAQ for sending emails from
http://code.google.com/appengine/articles/quotas.html, it says that
email per day quota is 2000, whereas my application throws exception
after sending 9 emails only.
The strange thing I have noticed is, after retrying the same operation
again the applcaiton sends 9 emails again. I there a boundation that
the applciaiton can send only 9 emails at a time?
Please find the stack trace of the exception thrown:
-----------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 501, in __call__
handler.post(*groups)
File "/base/data/home/apps/freshersdirect/5.2/main.py", line 80, in
post
body=self.request.get('body'))
File "/base/python_lib/versions/1/google/appengine/api/mail.py",
line 205, in send_mail
message.send(make_sync_call)
File "/base/python_lib/versions/1/google/appengine/api/mail.py",
line 474, in send
make_sync_call('mail', self._API_CALL, message, response)
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 46, in MakeSyncCall
stub.MakeSyncCall(service, call, request, response)
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 246, in MakeSyncCall
rpc.CheckSuccess()
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 189, in CheckSuccess
raise self.exception
OverQuotaError: The API call mail.Send() required more quota than is
available.
----------------------------------------------------------------------------------------------------------------------
Please find the detials shown on the dashboard about the used quota
-----------------------------------------------------------------------------------------------------------------------
Application Quotas 24-hour moving window
An error has occurred. Your application is exceeding a quota. (Error
Code: 9) CPU Used 0.00 of 199608.00 Gigacycles (0%)
Data Sent 0.00 of 2048.00 Megabytes (0%)
Data Received 0.00 of 2048.00 Megabytes (0%)
Emails Sent 18.00 of 2000.00 Emails (0%)
Megabytes Stored 0.08 of 500.00 Megabytes (0%)
Data Sent (HTTPS) 0.00 of 2048.00 Megabytes (0%)
Data Received (HTTPS) 0.00 of 2048.00 Megabytes (0%)
--------------------------------------------------------------------------------------------------------
Please help me get rid of this problem.
Thanks
Yogendra Jha
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---