Email Validation
Package:
Summary:
Validate a list of e-mail addresses from a file
Groups:
Author:
Description:
This class can be used to validate a list of e-mail addresses from a file.
It can import a list of e-mail addresses from a given text file.
The class can validate the e-mail addresses discarding those with invalid syntax or are duplicated.
The filtered list of e-mail addresses is returned as an array.
It can import a list of e-mail addresses from a given text file.
The class can validate the e-mail addresses discarding those with invalid syntax or are duplicated.
The filtered list of e-mail addresses is returned as an array.
Comments are closed.