Skip to main content
Version: Next

Is Email Valid

Checks if an email address is valid

Description

Checks if an email address is valid, i.e having format xxx@domain.com.

Second output also checks whether the email is not in the optional list of excluded domains (i.e. yahoo, gmail, ...). The exclusion list must be provided as a list of simple strings, see bricks Create List and Add To List.

Inputs

  • Email (String): The email address
  • Exclusion List (List): Optional List of strings, the list of domain names to exclude. i. e. yahoo, gmail, ...

Outputs

  • Valid & Not Excluded (Boolean): Result of the email format check, and whether the domain is not part of the exclusion list. Is equivalent to the valid output if no exclusion list is set.
  • Valid (Boolean): Result of the email format validity check