I receive twice a week an email which I have to answer with yes if I want to join. (It's from my sport group and if I will participate or not.)
As soon as I receive this email, I would like an automator script that pops up. When I click Okay I want it to reply to the email with Yes.
So far I got:
I use Rules in Mail.app to run an automator script as soon as the email gets in.
The automator script contains: Ask for a confirmation > Get Specified Mail Items (I choose my inbox) > Filter emails (I filter for the email). This will display the right email in the result window!
Then I can run an apple script to answer to this email but I can't make it work.