MailboxValidator Ruby Module#
This Ruby module enables user to easily validate if an email address is valid, a type of disposable email or free email.
This module can be useful in many types of projects, for example:
to validate an user’s email during sign up
to clean your mailing list prior to email sending
to perform fraud check
and so on