softare development

Gmail Productivity Hacks You Should Know

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:

1. Send Mails on Schedule

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”

2. Mute Conversations

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

3. Preview Emails

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

4. Clear Your Inbox

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

5. Require Password to Read

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

6. Set Custom Replies

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.

7. Increase Send Cancellation Period

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

Conclusion

These Gmail tips will sure boost your productivity in the work or personal endeavours.

Let me know what you think.

See also:

How to be a Software Developer

Recent Posts

ReferenceError vs. TypeError: What’s the Difference?

When debugging JavaScript, you’ll often encounter ReferenceError and TypeError. While both indicate something went wrong,…

10 hours ago

document.querySelector() vs. getElementById(): Which is Faster?

When selecting DOM elements in JavaScript, two common methods are document.querySelector() and document.getElementById(). But which…

10 hours ago

npm vs. Yarn: Which Package Manager Should You Use in 2025?

When starting a JavaScript project, one of the first decisions you’ll face is: Should I…

3 days ago

Why Learn Software Development? (And Where to Start)

Software development is one of the most valuable skills you can learn. From building websites…

6 days ago

JavaScript Multidimensional Arrays

In JavaScript, arrays are used to store multiple values in a single variable. While JavaScript…

2 weeks ago

What is Containerization

Containerization is a lightweight form of virtualization that packages an application and its dependencies into…

2 weeks ago