Skip to content

rpsjr/mTracker

This branch is 2 commits behind prashantsengar/mTracker:master.

Repository files navigation

mTracker

This is a very basic mail tracking service which I developed for my personal use.

To see it working, visit mTracker

You can read about the project in my blog

How to use it:

  1. Visit the website

Before sign up

  1. Fill the form

After signing up

  1. Get the HTML code

  2. Add the HTML code to your mail body HTML. This video will help you.

  3. Send your email.

Now when the receiver opens your email, you will get an email

Sample of email

Contributing

You are welcome to contribute to this repository. Get started with the following steps:

  • clone the repo

git clone https://github.com/prashantsengar/mTracker.git

  • Install the requirements

pip install -r requirements.txt

  • Edit the email address, password, SMPT address and port in the main.py file

  • Now you are good to go. Run the main file

python main.py or python3 main.py

The flask app will run on localhost. Visit http://localhost:5000

Join our Telegram group via the link given below

To-do

There's a lot to do here. Everyone is welcome to make it better.

  • Make chrome extension that works for

    • Gmail

    • Hotmail

    • Yahoo mail

  • Others

Community

Read the contributing guide

Join the Telegram group for support and contributing

mTracker Telegram Group

About

An open source mail tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Python 1.8%
  • HTML 0.6%