Hi! When adding a record in the backend, the domain class doesn't seem to be used. I need to validate an e-mail address - what's the standard way to do this? Since the domain class is not used, I can't use `@validate EmailAddress`, can I? Regards Olle