Coder Social home page Coder Social logo

hadisfr / check-if-email-exists Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reacherhq/check-if-email-exists

0.0 1.0 0.0 19 KB

Check if an email address exists without sending any email. Uses Telnet.

License: MIT License

Shell 64.85% Tcl 35.15%

check-if-email-exists's Introduction

check-if-email-exists

Check if an email address exists before sending the email. Uses Telnet.

Why?

Many online services (https://hunter.io, http://verify-email.org, http://email-checker.net) offer this service for a paid fee. Here is an open-source alternative to those tools.

Usage

Make sure you have Telnet installed.

./checkEmail.sh [email protected]

Outputs true if email exists, false if it doesn't.

Some mail providers validate sender's mail address before respond, so you should give a valid mail address as sender's mail.

You can do this by one of the following methods:

export [email protected]
./checkEmail.sh [email protected]

or

Notes

This is really a draft version of the tool, for my personal uses. If someone wants to improve it (and it's easy), please submit a PR. The code is really easy, but needs some improvement to be deliverable to the public.

The main Bash script (checkEmail.sh) calls an expect script (expectTelnet.sh) to make a Telnet call to the host with ports 587, 465 and 25.

License

See the LICENSE file.

check-if-email-exists's People

Contributors

amaury1093 avatar hadisfr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.