Skip to content

AlexxNica/email-tracking-tester

 
 

Repository files navigation

Email Tracking Tester

See how your email client protects your privacy (or not).

Setup

Requires Python. To install dependencies, use pip:

$ pip install -r requirements.txt

Next, fill out config.py with your server/mailer details. You must set up a publicly-reachable server and an SSL certificate for accurate results, but the server will minimally function on localhost.

Usage

Run the server:

$ python webserver.py

The server supports the following command-line options (displayed with --help):

  • --debug: Enables debug mode.
  • --port=<port_number>: Uses a non-default port number.

Note that in order to stop the server on Windows, you may need to press Ctrl+PauseBr (instead of Ctrl+C).

License

This software is licensed under GNU GPL version 3. You can find the full text of the license here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.6%
  • HTML 24.7%
  • JavaScript 12.5%
  • CSS 8.2%