Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send a zip file to gmail which contains javascript, Extension as zip is not present

I am facing an issue with sending a file which is actually a zip file containing some reports using js files.

Previously, As we know Gmail has blocked some extensions so I removed extension as .zip and the file was sending fine by Gmail.

Getting error for below reason:

https://support.google.com/mail/answer/6590?hl=en

But now even my file which does not have extension as .zip is not sending by Gmail

Below URL having the Extensions which are blocked by Gmail:

https://webapps.stackexchange.com/questions/30030/how-to-allow-gmail-to-receive-zip-files

Any workaround will be helpful

like image 565
Shubham Jain Avatar asked Dec 12 '25 04:12

Shubham Jain


1 Answers

Rename the file extension of the zip file from '.zip' to '.crx'. You will be able to include any files in the archive.

For example: files.zip -> files.crx

like image 54
Kaden Sharpin Avatar answered Dec 13 '25 18:12

Kaden Sharpin