Class: EmailField

field_validators.EmailField()

Typically, a form will request an email. This class can check that the email matches syntax. It is possible that it can do a lengthier test to find if it actually exists. Often, email is used as identity, but not all applications use email. Some don't require email for idenity.