Skip to content

Emails can often use tricks to know when you open them. Use this website to receive an email attempting to demonstrate this.

Notifications You must be signed in to change notification settings

tobysmith568/read-receipt

Repository files navigation

ReadReceipt

Email senders can use a trick called a 'tracking pixel' to know exactly when you open their emails, just like a read receipt.

These pixels are not only hard to detect, but they also give away lots of personal information!

Using this website, you can receive an email containing my implementation of a tracking pixel to see examples of the information you're giving away simply by opening emails.

Hosted at: https://read-receipt.tobythe.dev

Dev Setup

Project needs a .env file with the following properties for the SMTP server as well as a mock IP address to use when run as a dev build:

EMAIL_HOST=localhost
EMAIL_PORT=25
EMAIL_SENDER_NAME=Read Receipt
EMAIL_SENDER_EMAIL=read.receipt@whatever.com
EMAIL_USER=user
EMAIL_PASS=pass
DEV_IP=xxx.xxx.xxx.xxx

To run the project use:

npm install
npm run dev

License

read-receipt is copyrighted and is not available for re-distribution or re-use.

Copyright © 2020-2024 Toby Smith.

Protected by: License-Cop

About

Emails can often use tricks to know when you open them. Use this website to receive an email attempting to demonstrate this.

Topics

Resources

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •