DEV Community

Danial Ahmed
Danial Ahmed

Posted on

Send Emails Anonymously

Have you ever wanted to `prank` your mates by sending them fake emails? Well you are in luck this tool was made by htr-tech and updated for Python3 by unofficialdxnny.

How does it work?

Installation :

  • apt update
  • apt install git python3 -y
  • git clone https://github.com/unofficialdxnny/fake-mailer
  • cd fake-mailer

Run : python3 mailer.py

Or ; Use Single Command

apt update && apt install git python3 -y && git clone https://github.com/unofficialdxnny/fake-mailer && cd fake-mailer && python3 mailer.py
Enter fullscreen mode Exit fullscreen mode

Top comments (0)