Hi, 

We have an application where a list attachments must be sent in a single 
mail to 1 address. 
Sendgrid has 30MB limit on attachment size, but Appengine has a 10MB limit 
on request size.
The sendgrid api requires base64 encoding of the files, which results in 
the request size being larger than 10MB (if the files are large)


   1. Is there an alternative method for attaching files to a mail in 
   sendgrid?
   2. Is there means to change the request size in AppEngine or use some 
   mechanism for calling the sendgrid API?
   
Thanks
Rob

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9047aaf7-d566-458d-a18e-7bcbe87dab5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to