Skip to content

TusharAMD/Mailtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Track

GitHub forks GitHub stars

GitHub issues GitHub issues closed GitHub pull requests GitHub pull requests GitHub repo size

📖 Introduction

  • This application tracks the email, let user know whether someone opens the mail and also how many times the email has been opened.
  • It works using Pixel tracking method
  • Most the work is carried out in the backend. A image is generated for the user and then added in backend folder.
  • This link is added in the email message and when user opens the mail a GET request is made. We also track IP address but its of the mail provider and not user.
  • Then the data is added to Mongodb and whenever GET request is made current time is appended into the database and we can know when user opens the mail

✨ How to Contribute

PRs Welcome Open Source Love svg2

The frontend part is created using react and to run it we need to run npm i and npm start command This will open the react app Now to run the backend which is created using flask we need to simply run python app.py. The backend contains REST APIs which enable our react to communicate with MongoDB database. Our current goal is to redesign the whole project and remove the form input for sending email and instead enable user to login from their email id and send emails just like we do in All in one mail apps which are pre-installed on our devices.

Steps to Contribute

    1. Fork this repo and clone it on your local machine
    1. Next create a new branch stating issue number and switch to it
    1. Make changes and commit changes
    1. Push to remote
  • You can follow these links for proper code and walkthrough How to contribute, Youtube Video

Part of Girlscript Summer of Code 2022

💻 Languages and Frameworks

  • Python
  • Javascript
  • React
  • Flask
  • Auth0
  • MongoDB Atlas

Licenses

MIT LICENSE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published