Home
Digiwonk

See Who's Ignoring Your Emails (And Which Ones You're Ignoring) in Gmail

Jun 23, 2014 08:21 PM
Jun 23, 2014 08:24 PM
Article cover image

You send out a lot of emails, but probably get very few responses. How can you be sure those emails are even opened?

With a Gmail plugin called Boomerang, you can find out what sent emails are never opened, and you can even keep track of the received emails in your inbox that are awaiting your response using a small Google Apps script.

If you haven't already, it's time to step up your Gmail game. In fact, if emailing has any weight in your career, I would consider this absolutely essential, along with canned responses and non-traditional aliases.

How to Find Out Who's Not Reading Your Emails

Boomerang is a powerful Gmail browser extension for Safari, Firefox, and Chrome that's primarily used to schedules emails for future sending. However, it does something else, something even more impressive—it lets you know if an email was unopened (i.e. unread) within a given time frame.

Install Boomerang

Installing it is simple. On the installation page, click on Install Now and it will auto-detect your browser for installation. Proceed from there.

635381633564057136.jpg

Hit "Install Now" when prompted.

Although the Boomerang add-on should be automatically enabled, view your browser's extensions, just to make sure. Access the extensions through the following means:

  • Chrome: Windows -> Extensions
  • Firefox: Tools -> Add-ons -> Extensions
  • Safari: Safari -> Preferences -> Extensions
635381634719751137.jpg

"Boomerang for Gmail 1.2.1" is enabled in Firefox.

Compose a Message & Boomerang It

Now let's see Boomerang in action. Restart your browser and login to Gmail. When you go to compose a new email, you'll notice a new bar at the bottom where you schedule your message.

635381647270537426.jpg

The new Boomerang bar in Compose mode.

Tick Boomerang this and change if no reply to if not opened.

635381695210443889.jpg

Check "Boomerang"; Change "if no reply" to "if not opened".

Now you will have the option of "boomeranging" your email back to you in a given amount of time if it is never opened. To set that amount of time, click the box after Boomerang this and select a date up to the exact minute.

635381648460620596.jpg

Select your boomerang date/time.

Keep Track of Unopened Messages

All of your unopened messaged will be sent back into a folder called "Boomerang." If you'd like, edit the name of this folder by clicking the down arrow next to the "Boomerang" folder, hit Edit, and change it to "Unopened" or something similar.

635381659025620924.jpg

[1] Click on the arrow and [2] edit the folder name.

Now, there is a catch. All features of Boomerang are free in a 30-day trial, but afterward, the basic version will only let you boomerang 10 emails per month. You can upgrade if you need more.

How to Find Important Emails You Need to Respond To

Boomerang is great, but now how do you determine if you've actually responded to an important email or not? If you send out a lot of emails and expect responses, an unanswered email can go easily unnoticed.

Alex Moore of Baydin, the company behind Boomerang, showed off a script on the Google Apps Developer Blog that will find unanswered emails in your Gmail inbox. With this script, you can automatically tag all of the emails in your inbox that haven't been responded to and place them in an "Awaiting Response" folder.

Add Google Apps Script to Your Drive

To run the script, you will need to create your own Google application through the script editor. Sounds intense, I know, but don't worry—you need absolutely zero developer knowledge to do this.

In your Google Drive, click the red Create box, and select Connect more apps at the bottom of the drop-down box.

635381674480531990.jpg

Select "Connect more apps" from the menu.

Search for "Script" and click the blue + Connect box next to Google Apps Script to activate it.

635381674663344395.jpg

Hit the "+ Connect" button next to Google Apps Script.

Congratulations! Google Apps Script has now been added to your Google Drive.

635381670224443951.jpg

Success! You'll now see "Script" in the menu.

Create a Blank Project

It's time to use the Google Apps Script to create your automated "Awaiting Response" tags. Go to your drive, click Create, and select Script. You will need to start a Blank Project.

635381679434690744.jpg

Select the "Blank Project" option.

Insert the Script

Upon creating a blank document, you will see "Untitled" in the upper left corner, and the start of a function where your script will go. Change the name "Untitled" to "Awaiting Response," and delete the function in the script editor.

635381680398975415.jpg

[1] Change the name and [2] delete the function area.

Finally, you need to insert the script, which you can copy and paste from here, here, or here. That last link also has a time function that only searches the last 7 days and excludes multi-message threads.

Once you paste it in the Google Apps Script, look for the line with "LastSentMessage." This is the actual tag you'll see on your emails. Change the words to whatever you like, but "Awaiting Response" is a good choice. If you used the third link above, it's already been changed.

635381682874371746.jpg

Make sure the label is named what you want.

Run the Script

To finally get the script running, you'll need to click the small play button in the toolbar above the editor.

635381697406164309.jpg

Run the script with the play button.

However, before running, the app will ask for access to your Gmail account, so make sure to Accept to get it up and running.

635381686798744810.jpg

"Accept" to continue.

For reasons I can't quite figure out, your first attempt at running the script will return an error saying "Script function not found." Simply click Dismiss and run it again if it happens to you—it should work the second time.

635381689048569073.jpg

A possible error you could receive; just hit "Dismiss" and try again.

Automate the Script

Why would you want to log into Google Apps Script and run this every day? It defeats the purpose of convenience. Instead, automate the script by clicking on the clock icon in the toolbar and setting it to run daily, weekly, monthly, or whatever you fancy.

635381692515383975.jpg

Hit the clock icon, then select your intervals.

Look for the "Awaiting Response" Tags

After the script has run, every email without a response will be tagged and sent to a folder titled "Awaiting Response" (or whatever you chose).

635381695550220194.jpg

Your new label created!

And that's all there is to it. Now you're getting notifications for when important emails you send are not opened, and a folder full of possibly important incoming emails that you need to respond to.

Cover Image via Shutterstock

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!