How to add mail tracker to gmail

There are several ways to add a mail tracker to Gmail. Here are a few options:

Method 1: Using a browser extension

  1. Go to the Chrome Web Store and search for "mail tracker" or "email tracker".
  2. Install a mail tracking extension, such as "Boomerang" or "Sanebox".
  3. Follow the extension's instructions to set up and configure the tracker.

Method 2: Using a third-party add-on

  1. Go to the Gmail Add-ons store and search for "mail tracker" or "email tracker".
  2. Install a mail tracking add-on, such as "Mailtrack" or "TrackMail".
  3. Follow the add-on's instructions to set up and configure the tracker.

Method 3: Using a script

  1. Go to the Google Apps Script editor and create a new script.
  2. Copy and paste the following code into the script editor:
    
    function onOpen() {
    var ui = SpreadsheetApp.getUi();
    ui.createMenu('Mail Tracker')
    .addItem('Track Email', 'trackEmail')
    .addToUi();
    }

function trackEmail() { var thread = GmailApp.getThreadById(GmailApp.getUserLabelByName('Unread').getThreads()[0].getId()); var messages = thread.getMessages(); var subject = messages[0].getSubject(); var body = messages[0].getBody(); var sender = messages[0].getFrom(); var recipient = messages[0].getTo();

var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); sheet.appendRow([subject, body, sender, recipient]); }


3. Save the script and give it a name, such as "Mail Tracker".
4. Go to your Gmail settings and click on the "Labs" tab.
5. Enable the "Canned responses" feature.
6. Go back to your script and click on the "Run" button to run the script.
7. The script will track the email and append the subject, body, sender, and recipient to a spreadsheet.

**Method 4: Using a third-party service**

1. Sign up for a third-party service, such as "Mailtrack" or "TrackMail".
2. Follow the service's instructions to set up and configure the tracker.
3. The service will track the email and provide you with a report on the email's status.

Note: Some of these methods may require you to have a Google account and a Gmail account. Additionally, some methods may require you to have a spreadsheet or a spreadsheet add-on installed.