MailboxValidator Scala Library#
This Scala library enables users to easily validate if an email address is valid, a type of disposable email or free email.
This library 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