I have gae php app that has different php files to send me emails and also 
some notifications for customers

i have received sometimes errors about the quotas and after testing it, it 
seems that i can only send 1 - 14 emails / day.

Yesterday i received error once more and it was from the php feedback form 
that sends only 1 mail to me.
So the limit cannot be "too many emails / second or hour" because there was 
only 1 mail to be sent to me.

How can the quota limit be so vary and give errors so easily ? i only send 
0-20 emails per day.

google\appengine\runtime\OverQuotaError
> The API call mail.Send() required more quota than is available.
> google\appengine\runtime\ApiProxy::makeSyncCall
> Request
> POST xxxxxxx.appspot.com/index.php?sivu=palaute
> Status
> 500
> User agent
> Mozilla/5.0
>  (Linux; Android 7.0; SM-G930F Build/NRD90M; wv) AppleWebKit/537.36 
> (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Mobile Safari/537.36
> Service
> default
> Version
> 1
>
>
And to be sure you understand, for this 20 max email / day, i won't be 
changing the code to use the external api, i want to use the old 
mail-function !

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c638e156-5385-4d89-a896-415364565d34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to