Is there a size limit for sending email to admins using
mail.send_mail_to_admins()? I'm getting the following exception:
File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/mail.py", line 418, in send_mail_to_admins
message.send(make_sync_call)
File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/mail.py", line 897, in send
raise ERROR_MAP[e.application_error](e.error_detail)
BadRequestError: Admin message exceeds size limits
The same email body sends without any issue using mail.send_mail()
--
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.