I am trying to write an action to add disclaimers to all outgoing email EXCEPT FOR a particular domain. In order to accomplish this (unless someone has another idea), I need to write a Regex that matches recipient domains that don't contain xyz.com, so that I can then add that Regex to an Action that applies the disclaimer.
Can anyone help with that Regex?
Can anyone help with that Regex?