NAME
Kernel::System::DataValidation::Validator::Email – Validator that verifies if the value is a valid email address.
PUBLIC INTERFACE
Provides a Check
method, that will be called by the Kernel::System::DataValidation backend.
Check()
Checks if the given value is an valid email address.
my $Result = $Validator->Check(
Value => 'dummy@dummy.com',
);