On Sun, Jun 30, 2013 at 10:00 AM, Hinnack <[email protected]> wrote:

> I am hitting the 100 limit of the email quota, although I only mail errors
> to the admin account of my app (by using a django app)
> But Admin Emailed stays always 0.
>
>

Are you using the built-in functions for sending mail to admins, or are you
using the usual mail function and setting the To field to your
administrator email address?

The python runtime has the built-in function send_mail_to_admins (
https://developers.google.com/appengine/docs/python/mail/functions ), if
you send mail through that function, the "Admins Emailed" quota will be
dinged. However, if you send mail through the regular mail function
send_mail those will be counted against the standard mail quota even if
your To address is an admin account.

Also, you may want to check if you're CCing or BCCing to any other email
address.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to