AlexxNica / email-tracking-tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Python 54.5%Language:HTML 24.7%Language:JavaScript 12.5%Language:CSS 8.2%