Skip to content

mfrye/email-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Finder

Email Finder Screenshot

Easily find any email address for free!

This project will enable you to look up the actual email address of any person. All you need is their name and website domain.

You can use this to find emails for free, or use it as the base to create your own email finding app.

Demo: https://email-finder.herokuapp.com/

Deploy

Vote on PH

How it works

At a high level, it basically it takes the name / domain and tries various combinations to find the correct format. For every email combination it attempts to "send an email". As in it waits for a connection to be made, then if successful (the email exists), it then cuts the connection before any data is sent.

So the great thing is that this method is extremely accurate to find the real email, but the catch is that you are technically trying to send a real email. That means that after a large number of attempts, the email providers will usually blacklist your IP address.

The best way to get around this is to use a hosting service (like Heroku) where you can easily change your IP address. That's why the project has been setup to easily deploy to your own Heroku instance.

Getting Started

  • Fork or clone the project.
  • Install the dependencies

npm install

  • Start the app

npm start

About

Email Finder - Easily find any email address for free!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published