Purpose
Validates that a String value is a valid email address.Examples
homeEmail email: true
Description
Set totrue
if a string value must be an email address. Internally uses the org.apache.commons.validator.EmailValidator
class.Error Code: className.propertyName.email.invalid