Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 301 Bytes

Email.rst

File metadata and controls

16 lines (11 loc) · 301 Bytes

Email

Validates that a value is a valid email address.

properties:
    email:
        - Email: ~

Options

  • checkMX: Whether MX records should be checked for the domain. Default: false
  • message: The error message if the validation fails