Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.36 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.36 KB

Email Address Scanner

Email Address Scanner is a free and useful service to detect email address then really exists or not.

Sample

[email protected]

The format of this email is correct. But because this email does not exist, it should recognize it.

Using

The service will soon be available on the Internet.

We will publish the URL. (SOON)

Foundation

Client Side

  • Pure CSS
  • Vanilla Javascript (Removed)

Librarys

Web Server

  • Nginx 1.15.10
  • Jan

Database

  • NoSql

Operation System

  • Unix BSD

Server Side

  • Python Programming Language

It was also tested with C technologies.

Telnet

$ telnet mx.****.com 25

Trying ***.201.***.245...

$ telnet

telnet> open mx.****.com
Trying ***.201.***.245...
...
...
telnet>

Useful Resources