I use github.com/lisinge/valid_emai… - It does two things:
1. Verifies the domain has a valid MX record, so it has to be a "real" email
2. Blacklists known disposable email providers
For the most part, it just picks up on people mistyping domains but I also don't get to many spam signups.
I use github.com/lisinge/valid_emai… - It does two things:
1. Verifies the domain has a valid MX record, so it has to be a "real" email
2. Blacklists known disposable email providers
For the most part, it just picks up on people mistyping domains but I also don't get to many spam signups.
Is this only for Ruby app?