Kelvin Posted November 22, 2021 Share Posted November 22, 2021 I am trying to set up auto update from email for a particular mailbox, can anyone confirm if this should work Link to comment Share on other sites More sharing options...
Jeremy Posted November 23, 2021 Share Posted November 23, 2021 So we have ours like this e.g. mailbox = "MAILBOX NAME" AND subject LIKE "%text%" Obviously the % symbols are only needed if you are looking for something specific, if you are just looking to log all emails from that mail box then you just need the mailbox bit. Also in the reference we put [a-zA-Z]{2}[0-9]{8} @Kelvin 1 Link to comment Share on other sites More sharing options...
Kelvin Posted November 24, 2021 Author Share Posted November 24, 2021 @Jeremy Thank you for pointing me in the right direction. We have not got this working using AND REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*') Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now