Hermes is an open-source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Yiğit Çolakoğlu 33d249dcc5 Added url generator 4 years ago
app Landing page 4 years ago
conf Landing page 4 years ago
messages Initial commit 4 years ago
public Landing page 4 years ago
target/app/Hermes Landing page 4 years ago
tests Initial commit 4 years ago
.gitignore Initial commit 4 years ago
Dockerfile Initial commit 4 years ago
README.md Fixed type 4 years ago
gen_tracking_url.py Added url generator 4 years ago
go.mod Initial commit 4 years ago
go.sum Initial commit 4 years ago
none Landing page 4 years ago

README.md

Hermes

Hermes is an open source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel and when it detects that the e-mail was read, it sends a notification using Gotify. This is not meant to be high-quality or easily readible. I made it in three hours after learning go to practice, so don't judge me! For more info on how this works, just read the code, it is not that long anyways.