When an email is received by Outlook I would like to forward the email to an address that is specific to each sender. Actually, the destination email addresses are the email addresses of Trello cards that should be updated every time an email is received from a client.
The flow is something like this:
- When Email received
- Use from address person_a@domain.com
- → look up destination address in a table
- → Forward to newaddress@wherever.com that was in this table
The lookup list of ‘from address’ mapping to ‘forward to’ addresses has to be manually maintained - the rest should be automatic. Any ideas?