Page 1 of 1
K-9 Mail Received Trigger. Need help with specific list
Posted: 15 Sep 2013 04:51
by domzilla
Hi, I am not able to get the K-9 mail received trigger to work, with specific "sender list" and "subject list". I tried using glob patterns, it doesn't work as well. The only time I got it to work is when I checked "All" for all the list selection. Kindly advise. TIA!
Re: K-9 Mail Received Trigger. Need help with specific list
Posted: 15 Sep 2013 07:24
by Martin
Hi,
The trigger K-9 Mail Received checks all fields to determine if the flow should be executed.
What kind of fields did you set and what values did you use?
Following configuration works for me:
-all fields set to All except Subject List
-field Subject List set to Test*
This will trigger the flow for all mail with a subject starting with Test.
Regards,
Martin
Re: K-9 Mail Received Trigger. Need help with specific list
Posted: 15 Sep 2013 08:40
by domzilla
Thanks for the prompt reply. Your example works! However, when I add another criteria, that the sender must be:
abc@def.com, it stops working.
Re: K-9 Mail Received Trigger. Need help with specific list
Posted: 15 Sep 2013 10:52
by Martin
K-9 usually sends a formatted sender (something like
Firstname Lastname <abc@def.com>). Please try to use
*abc@def.com* in the sender list.
You can also check the exact value of the sender by adding a condition
Debug Dialog or an action
Notification on Screen: {k9_from} to the flow.
Re: K-9 Mail Received Trigger. Need help with specific list
Posted: 15 Sep 2013 15:38
by domzilla
Thanks! It works now with the *