/does_this_email_work

Application managing email validations

Primary LanguageElixirGNU General Public License v3.0GPL-3.0

Does This Email Work

Circle CI

Simple Web application where you can validate emails:

  • API: you can call /api/validation with a list of emails
  • WEB: you can import a file containing one email by line

Screenshot

⚠️ Do not use this method on a big batch of emails, this may cause your IP to be added to a blacklist. ⚠️

Installation

  1. Install dependencies with mix deps.get and npm install
  2. Start application with mix phoenix.server
  3. Visit http://localhost:4000

CHANGELOG

CHANGELOG

License

GNU GPL v3.0