With over 1.8 billion users, Gmail is a free email service provided by Google.
While you may just be comfortable with checking your emails and signing up with third-party websites, there are much more effective ways to use Gmail effectively.
Here are 7 ways to increase your Gmail productivity hack:
Gmail has a scheduling feature that you can use to automatically send mails.
Simply,
compose your mail -> Click on the dropdown next to “Send” -> Click “Schedule send”
You’ve just been copied to a conversation which for some reasons have become irrelevant to you?
There’s no need to get annoyed. Just mute the conversation.
Simply,
Select the message -> click the 3 dot icon above the inbox -> click mute
Gmail also has a feature that lets you preview an email to see if it’s worth your while.
Simply,
Click gear icon at the top to open settings -> see all settings -> switch to inbox tab -> check “enable reading pane” in the “Reading Pane” section
You can speed up the process of deleting emails from your inbox by enabling the “auto-advance” feature.
Once enabled, Gmail won’t send you back to your inbox each time you delete an opened message.
Go to settings -> All settings -> Advanced -> Auto Advance -> Enable
Gmail has a feature called “Confidential Mode”.
When an email is set to confidential mode, recipients won’t have the option to forward, copy, print or download the email. You can even require an SMS passcode before the mail can be read.
Go to Compose -> On the bottom of “Send” Locate the lock icon superimposed with a clock
Bored of using the same repetitive reply over and over?
Gmail allows you to set your own custom reply.
Go to settings -> See all settings -> Advanced -> Templates -> Enable
Templates can be created and inserted through the “More options” menu in the compose toolbar. You can also create automatic replies using templates and filters together.
You can increase the time period allowed for un-sending a mail from a mere 5 seconds to 30 seconds.
Go to settings -> See all settings -> General -> Undo Send
These Gmail tips will sure boost your productivity in the work or personal endeavours.
Let me know what you think.
When debugging JavaScript, you’ll often encounter ReferenceError and TypeError. While both indicate something went wrong,…
When selecting DOM elements in JavaScript, two common methods are document.querySelector() and document.getElementById(). But which…
When starting a JavaScript project, one of the first decisions you’ll face is: Should I…
Software development is one of the most valuable skills you can learn. From building websites…
In JavaScript, arrays are used to store multiple values in a single variable. While JavaScript…
Containerization is a lightweight form of virtualization that packages an application and its dependencies into…