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:
- Open Gmail.
- In the search box at the top, click Show search options.
- Enter your search criteria. If you want to check that your search worked correctly, see what emails show up by clicking Search.
- At the bottom of the search window, click Create filter.
- Choose what you’d like the filter to do.
- Click Create filter.
You can also create a filter based on an email:
- Open Gmail.
- Check the checkbox next to the email you want.
- Click More.
- Click Filter messages like these.
- Enter your filter criteria.
- 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