I've got a multi-line textbox that I want to ensure has valid email addresses. I've tried setting a rule to ensure the field contains @ with the following syntax:
not(contains(Recipients),"@")
I can't even get that rule to work, much less multiple conditions!