There's a 1mb limit on RPC calls in general. Did you try to send the email to a large number of recipients?
What we need is a reproducible test case. If you have some code and some attachments we can use to deterministically reproduce the error, we can track this down. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, Nov 8, 2010 at 11:37 AM, GK <[email protected]> wrote: > Each attachment is individually uploaded to the application and stored > in the datastore, so I assume that they are all less than 1mb. > However, it possible that an email can contain multiple attachments, > with the sum totaling more than 1 mb. I don't think this is the > problem, though, because I have successfully sent out emails that have > more than 1mb worth of attachments. > > On Nov 8, 11:10 am, "Ikai Lan (Google)" > <[email protected]<ikai.l%[email protected]> > > > wrote: > > Are the attachments greater than 1mb? Can you log the size of the > > attachments? > > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine > > Blogger:http://googleappengine.blogspot.com > > Reddit:http://www.reddit.com/r/appengine > > Twitter:http://twitter.com/app_engine > > > > On Mon, Nov 8, 2010 at 7:13 AM, GK <[email protected]> wrote: > > > Hi, > > > > > My app threw an exception because apparently The request to API call > > > mail.Send() was too large. Could someone please explain what quota it > > > exceeded and if there is a way to get around this (either by better > > > coding or by paying google) > > > > > My app needs to send emails with image attachments. The size of these > > > attachments is up to the users. > > > > > Thanks > > > > > -- > > > 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]<google-appengine%[email protected]> > <google-appengine%[email protected]<google-appengine%[email protected]> > > > > > . > > > For more options, visit this group at > > >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 post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > 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 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.
