Hi,
I've sent the log file as requested, but when doing so, I also had a look at it. I think what it's doing is checking the entire inbox for emails matching the specified subject line, every 20 seconds. Given that there's about 12K emails in the inbox, that'd take awhile. I don't want it to check the whole inbox, I just want it to check unread messages (there's only 1 - my test email). To try to combat this, I added a date filter to the email trigger. Since I have it set to poll every 20 seconds, I set the date filter to only look for emails received within the past 20 seconds. But it looks like it's still going through every email and checking to see if it was received within the past 20 seconds.
How can I force this to only check unread messages? Or instead of having a timed mailbox check (20 seconds), have a triggered mailbox check (i.e. the instant a new message arrives, check it against the criteria for the email trigger)?
Thanks.