Email validator
Dependency :
compile ":email-validator:0.1"
Summary
Installation
grails install-plugin email-validator
Description
Grails Email Validator Plugin
The Email Validator plugin provides extensive checking of email addresses.What does it do?
It helps answer the following questions:- Does this email have valid syntax?
- Does this domain exist?
- Can I send an email to this domain?
- Does the user exist in this mail domain?