This is an export of a Rule that worked for me. Import it and edit it to suit your needs.
field_tags is the field used to hold the node's taxonomy term, and 5 is the term id I'm checking for - you will want to change that to be the term id for your 'cars' term. This Rule displays a system message, but you can use a send mail action instead. It's easier to debug with a system message, so use this to get it working first.
Comments
Comment #1
tr commentedThis is an export of a Rule that worked for me. Import it and edit it to suit your needs.
field_tags is the field used to hold the node's taxonomy term, and 5 is the term id I'm checking for - you will want to change that to be the term id for your 'cars' term. This Rule displays a system message, but you can use a send mail action instead. It's easier to debug with a system message, so use this to get it working first.