Home > Back-end >  Is it possible to automatically apply a label if another email with same sender has label
Is it possible to automatically apply a label if another email with same sender has label

Time:04-26

In Gmail, is it possible to create a filter to automatically applies a label to an email if another email with the same sender already has this label.

For instance, sssuming I have an email from [email protected] with label MyLabelA, can I create a rule that will apply the same label to another email from [email protected]? Note that the label MyLabelA will be applied to hundreds of emails with multiple recipients and I can't use [email protected] directly to define the filter.

I have seen this question but I am wondering if there is a way of achieving this without writing a script.

CodePudding user response:

You can check on Create rules to filter your emails:

  1. Open Gmail.
  2. In the search box at the top, click Show search options.
  3. Enter your search criteria. If you want to check that your search worked correctly, see what emails show up by clicking Search.
  4. At the bottom of the search window, click Create filter.
  5. Choose what you’d like the filter to do.
  6. Click Create filter.

You can also create a filter based on an email:

  1. Open Gmail.
  2. Check the checkbox next to the email you want.
  3. Click More.
  4. Click Filter messages like these.
  5. Enter your filter criteria.
  6. Click Create filter.

CodePudding user response:

From the question:

I have seen this question but I am wondering if there is a way of achieving this without writing a script.

Gmail filters are not able to assign a label based on information of other email messages, so no, it's not possible to assign a label using built-in features.

Reference

  • Related