In Google App Engine for python can I send e-mails with attachments that have no extension? What are the allowed extensions? Can I send zip files as attachments?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No you cannot send attachments with no extension. Last time I checked (SDK 1.6.3) all the extensions are allowed except the ones blacklisted in
I have also found out in practice that .zip files are not allowed although .zip is not in that list as of 1.6.3.
This was first answered here.