Hello, I've seen posts before saying that an API is needed to validate an email address. Is there a way to do that without API?
My workflow is simple. I'd like to check if the email address entered by the user is using our domain, for example, @samplejess.com. If the email addressed entered does not match that domain, then the submission will not push thru. How will I do that?