Hi Amit,

Yes you can use EmailValidator from commons-validator, it can validate all
kind of email addresses.

It internally uses DomainValidator for tld validations. for all the details
about tlds you can refer the below source code.

https://github.com/apache/commons-validator/blob/master/src/main/java/org/apache/commons/validator/routines/DomainValidator.java

Regards,
Amey

On Thu, May 28, 2020 at 7:58 PM Amit Gadaley <amit.gada...@hotwaxsystems.com>
wrote:

> Hello All,
>
> I have the following questions:
>
> Does the validator component able to validate valid email addresses like
> contact@armazen.design?
>
> Does it take care of all the valid domains
> <https://data.iana.org/TLD/tlds-alpha-by-domain.txt>?
> --
> Kind Regards,
> Amit Gadaley
> *Technical Consultant*
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-95845-93069
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>


-- 

---------------------------------------------------------------------

To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to