I want to do the following when an email arrives in my mailbox:
Insert message (including email_address and email_body) into database table AAA
Select all email_addresses from table BBB where condition xxx is satisfied
Forward message to all email_addresses
How do I do this?
Insert message (including email_address and email_body) into database table AAA
Select all email_addresses from table BBB where condition xxx is satisfied
Forward message to all email_addresses
How do I do this?
With the current version of Email&Parser (3.0.0) this cannot be still done. Wait for the 3.0.1 it will support getting multiple rows from a database table and repeat an action for each row.