DEV Community

Danial Ahmed
Danial Ahmed

Posted on

3 3

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

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay