I tried using GAE mail class directly and it worked without the need to use blobstore. I just passed the filename and stream.getvalue() in the attachment tuple and it worked.
Thanks a lot everyone for your suggestions.
I tried using GAE mail class directly and it worked without the need to use blobstore. I just passed the filename and stream.getvalue() in the attachment tuple and it worked.
Thanks a lot everyone for your suggestions.