E-mail validator - Read Me


This is the README file for EmailValidator - an application for e-mail address validation.

Author: Bogdan Drozdowski, bogdandr @ op . pl

License: AGPLv3+.


Requirements for compiling the application:

If you'll be using make, change the paths to the JAR files in the Makefile.

Type make to compile the application. Alternatively, you can compile the classes yourself.

Type make deploy or copy the required files into the "deploy" directory: deploy/WEB-INF/classes/BogDroSoft/ev/.

Type make war to create a Web Archive (WAR) file ready for deployment. Alternatively, you can create a ZIP archive from the contents of the "deploy" directory (the "deploy" directory itself MUST NOT be in the archive).


How to run:

  1. deploy the application on your server with the following JAR files on your server's CLASSPATH:
  2. access it from a browser
  3. type the e-mail address, the sender address to present to the server, the sender domain to present to the server, and proceed
  4. check the result.