Hi Takashi, Thank you for your reply, I'm very glad that my case was not normal and was fixed. Charge is cleared and mail quota is not shown on my apps dashboard anymore.
Should I anyway fill that form you wrote url above? P.S. Thank you again for your help, but I think that it's very bad that users haven't any option to contact google support (even by email) without premier account, to get answer in similar cases. On Friday, December 14, 2012 10:29:47 PM UTC+4, Takashi Matsuo (Google) wrote: > > > Hi Tornike, > > Your app should be fine now unless the app is in the process of clearing a > charge. If that's the case, please wait until the charge is cleared. > Sorry for the inconvenience you may have had. > > If you still see the problem, please let me know with your app-id. > > -- Takashi > > > On Fri, Dec 14, 2012 at 10:12 AM, Takashi Matsuo > <[email protected]<javascript:> > > wrote: > >> >> Hi Tomike, >> >> I'm sorry. The issue you are seeing is not an expected behavior. We're >> now investigating the issue and will fix it as soon as possible. >> I'll keep you updated. >> >> -- Takashi >> >> >> On Fri, Dec 14, 2012 at 9:52 AM, Takashi Matsuo >> <[email protected]<javascript:> >> > wrote: >> >>> >>> Hi Tornike, >>> >>> Have you filled up this form before? >>> >>> https://docs.google.com/spreadsheet/viewform?formkey=dENESzEwNzJiZEdpQkRzTl9RNElVWUE6MQ#gid=0 >>> >>> >>> On Thu, Dec 13, 2012 at 9:37 PM, Tornike Benidze >>> <[email protected]<javascript:> >>> > wrote: >>> >>>> I use GoogleAppEngine for my application. >>>> It sends daily newsletter Emails for my company subscribers. >>>> and there was no problem until Dec-08-2012 >>>> I was sending up to 50 000 emails per day (there was no limitation) >>>> >>>> after this date my account was restricted >>>> with daily limit (20100 emails (20000 billable) per day). >>>> >>>> There is no change in documentation >>>> >>>> Google App Engine Quotas >>>> Mail<https://developers.google.com/appengine/docs/quotas?hl=ka#Mail> >>>> >>>> but daily sending limit is reduced now. >>>> >>>> >>>> On Friday, December 14, 2012 5:29:24 AM UTC+4, PK wrote: >>>> >>>>> Hi Tornike, >>>>> >>>>> what is the part of the new mail quotas you are disappointed with? >>>>> What was working before and will not work any more for you? >>>>> >>>>> PK >>>>> >>>>> On Dec 13, 2012, at 3:46 AM, Tornike Benidze <[email protected]> >>>>> wrote: >>>>> >>>>> Documentation about mail limit is not updated. >>>>> >>>>> Can you tell more about this limits? >>>>> >>>>> I was using this service to send newsletters to my subscribers and I >>>>> am very dissapointed with this new quotas. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Saturday, December 8, 2012 1:20:27 PM UTC+4, Richmond Manzana wrote: >>>>>> >>>>>> Hello Everyone! >>>>>> >>>>>> We've posted the pre-release SDKs for Python and Java here: >>>>>> http://code.google.com/p/**googleappengine/downloads/list<http://code.google.com/p/googleappengine/downloads/list> >>>>>> >>>>>> My apologies for not announcing this to the group sooner, some of you >>>>>> may have noticed that they were available about a day ago. >>>>>> >>>>>> Pre-release notes below. >>>>>> >>>>>> Cheers, >>>>>> >>>>>> Rich >>>>>> >>>>>> >>>>>> App Engine Python SDK - Pre-Release Notes >>>>>> >>>>>> Version 1.7.4 >>>>>> ==============================**= >>>>>> - Mail API Quotas have been updated. For more information please see: >>>>>> https://developers.google.com/**appengine/docs/quotas.html >>>>>> <https://developers.google.com/appengine/docs/quotas.html> >>>>>> - Background threads are now a GA feature. >>>>>> - Traffic Splitting is now a GA feature. >>>>>> - Task Queue Statistics is now a GA feature. >>>>>> - Logs API now has the ability to fetch requests based on a list of >>>>>> request_ids. Currently, this only works in production and is not >>>>>> supported >>>>>> in dev_appserver. >>>>>> - Python Interpreter has been upgraded to 2.7.3. >>>>>> - WebOb 1.2.3 is now available for Python 2.7. >>>>>> - DISTINCT for Datastore queries is now available as an experimental >>>>>> feature. >>>>>> - Matplotlib v1.1.1 is now available as an experimental feature. >>>>>> - The decommissioned Conversion API has been removed. >>>>>> - Channel API now supports channels being used across multiple >>>>>> application >>>>>> versions and backends. You can also limit channel usage to a specific >>>>>> application version by adding it to the client id when creating a >>>>>> channel. >>>>>> http://code.google.com/p/**googleappengine/issues/detail?**id=5123 >>>>>> <http://code.google.com/p/googleappengine/issues/detail?id=5123> >>>>>> - Mail API now sends notifications for emails that bounce. >>>>>> http://code.google.com/p/**googleappengine/issues/detail?**id=7451 >>>>>> <http://code.google.com/p/googleappengine/issues/detail?id=7451> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> App Engine Java SDK - Pre-Release Notes >>>>>> >>>>>> Version 1.7.4 >>>>>> ============= >>>>>> - Mail API Quotas have been updated. For more information please see: >>>>>> https://developers.google.com/**appengine/docs/quotas.html >>>>>> <https://developers.google.com/appengine/docs/quotas.html> >>>>>> - Traffic Splitting is now a GA feature. >>>>>> - Task Queue Statistics is now a GA feature. >>>>>> - Logs API now has the ability to fetch requests based on a list of >>>>>> request_ids. Currently, this only works in production and is not >>>>>> supported >>>>>> in dev_appserver. >>>>>> - DISTINCT feature for Datastore queries is now available as an >>>>>> experimental >>>>>> feature. >>>>>> - The decommissioned Conversion API has been removed. >>>>>> - Channel API now supports channels being used across multiple >>>>>> application >>>>>> versions and backends. You can also limit channel usage to a specific >>>>>> application version by adding it to the client id when creating a >>>>>> channel. >>>>>> http://code.google.com/p/**googleappengine/issues/detail?**id=5123 >>>>>> <http://code.google.com/p/googleappengine/issues/detail?id=5123> >>>>>> - Mail API now sends notifications for emails that bounce. >>>>>> http://code.google.com/p/**googleappengine/issues/detail?**id=7451 >>>>>> <http://code.google.com/p/googleappengine/issues/detail?id=7451> >>>>>> - Various JSP improvements >>>>>> JSPs are now compiled together as opposed to one by one. This >>>>>> improves the >>>>>> compilation process time. >>>>>> JSP compiled classes are packaged in JAR files. >>>>>> You can now avoid the upload of JSP source, which is typically not >>>>>> needed >>>>>> at runtime. This can be done via the new --delete_jsps option in the >>>>>> appcfg tool. By default, this option is not set. >>>>>> You can now package all the WEB-INF/classes/* classes into jar >>>>>> files. This >>>>>> can be done via the new --enable_jar_classes option in the appcfg >>>>>> tools. By >>>>>> default, this option is not set. >>>>>> >>>>>> >>>>> -- >>>>> 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/-/**hZ67cqmWN8IJ<https://groups.google.com/d/msg/google-appengine/-/hZ67cqmWN8IJ> >>>>> . >>>>> 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<http://groups.google.com/group/google-appengine?hl=en> >>>>> . >>>>> >>>>> >>>>> -- >>>> 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/-/BrJaqElO_ksJ. >>>> >>>> To post to this group, send email to >>>> [email protected]<javascript:> >>>> . >>>> To unsubscribe from this group, send email to >>>> [email protected] <javascript:>. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine?hl=en. >>>> >>> >>> >>> >>> -- >>> Takashi Matsuo | Developers Advocate | [email protected] <javascript:> >>> >>> >> >> >> -- >> Takashi Matsuo | Developers Advocate | [email protected] <javascript:> >> >> > > > -- > Takashi Matsuo | Developers Advocate | [email protected] <javascript:> > > -- 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/-/CQhAXD8yzIgJ. 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.
