Packages

UserCheck's public REST API help your to stop Disposable Emails from Creating Spam Accounts Integrate an always up-to-date API to instantly detect temporary and disposable email addresses during user registration.

Current section

Files

Jump to
ex_user_check README.md
Raw

README.md

# ExUserCheck
πŸš€ **Elixir client for the UserCheck API** – Validate emails and domains effortlessly.
## Features
- πŸ” **Domain Validation**: Check if a domain is disposable, has MX records, or is flagged as spam.
- βœ‰οΈ **Email Validation**: Validate emails, check their risk level, and detect disposable addresses.
- ⚑ **Built with Req**: Simple and efficient HTTP requests.
- πŸ— **Typed Structs**: Automatic deserialization with `ExConstructor`.
---
## Installation
Add `ex_user_check` to your `mix.exs` dependencies:
```elixir
def deps do
[
{:ex_user_check, "~> 0.1.0"}
]
end