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

Why parseInt(’09’) Returns 0

If you've ever encountered the puzzling behavior of parseInt('09') returning 0 in JavaScript, you're not…

3 days ago

Event Bubbling and Capturing: Why Your Click Listener Fires Twice (And How to Fix It)

If you’ve ever built an interactive web application, you may have encountered a puzzling issue:…

2 weeks ago

Practical Array Methods for Everyday Coding

Arrays are the backbone of programming, used in nearly every application. Whether you're manipulating data,…

2 weeks ago

What the Heck Is the Event Loop? (Explained With Pizza Shop Analogies)

If you've ever tried to learn JavaScript, you’ve probably heard about the "Event Loop"—that mysterious,…

2 weeks ago

Why [] === [] Returns false in JavaScript (And How to Properly Compare Arrays & Objects)

JavaScript can sometimes behave in unexpected ways, especially when comparing arrays and objects. If you've…

2 weeks ago

Recursion for Beginners

Recursion is a programming technique where a function calls itself to solve smaller instances of…

3 weeks ago