I tried sending an e-mail with a pdf attachment over google app engine and it worked. I then used the same code with a zip file. The recipient didnt receive the mail. When I checked the logs in Google App Engine, no errors were reported either. What could be going wrong? Can someone please tell me if it is possible to send zip files over mail as attachments using Goog app engine? If yes, can you please tell me how to do it?
Share
Here is a list of mime types that are allowed as attachments according to the docs. Zip files are not on the allowed list, while pdf files are.