Sunday

Solution: How to send zip files through Gmail?

+ Rename your zip file from "file.zip" to something else like "file.zip_renameThisFile1".
+ Hit "Compose mail" button on the left panel.
+ Fill out the email address to send "To:".
+ Attached the renamed zip file.
+ Hit Send.

No comments:

Newton-Raphson Method in C++

The Newton Raphson Method is an open method used to find the roots of a function. It employs the technique of linear approximation and invol...