Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dekrypted authored Sep 22, 2022
1 parent d03bc8f commit 3afb867
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# email-generator
Generate thousands of emails from one in a moments notice!
# 📧 Email Generator
Using a trick that Gmail has, we can turn one email address into thousands in less than a second! <br>
Every single email created sends to the same inbox, however can be registered as it's own on a seperate site!

This trick can be used on most sites, in fact it is how I have 5 discord accounts under the same email! <br>
**NOTE:** This is only tested for Gmail. This may not work with other email providers.

---

# 🤔 How does it work?
This trick abuses two things about Gmail.

Gmail allows dots in the email name to be sent to the same one, e.g. `[email protected]` and `[email protected]` will both send to the same email. <br>
However, most sites recognize them as completely seperate emails and thus allow you to register with them. Pretty nifty, huh?

There is also another trick that can be used. Appending `+{number}` to the name has similar behavior. e.g. `[email protected]` and `[email protected]` are the same.
These are two methods I've found which allow for this to happen.

---

To use it, install Python 3 and open main.py!

**Fun Fact:** The formula to get the number of combinations is as follows: `2^<Length of the email address excluding @ sign, domain and last letter> * 10` <br>
That means `[email protected]` becomes 640 emails in less than a second!

0 comments on commit 3afb867

Please sign in to comment.