Re: Email validation

2020-05-30 Thread Amit Gadaley
Hello Amey, Thanks for the confirmation. On Fri, May 29, 2020 at 3:58 PM Amey Jadiye wrote: > 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

Re: Email validation

2020-05-29 Thread Amey Jadiye
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.

Email validation

2020-05-28 Thread Amit Gadaley
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 ? -- Kind Regards, Amit Gadaley *Technical Consultant*