Skip to content

koljah-de/cmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cmail - CheckMail

A bash script that checks if an e-mail address is valid by connecting to the smtp server and checking the result.

Preparing

You need to install:

  • dig
  • nc (netcat)
  • expact
  • telnet

Usage

cmail [-d <email.domain>] [-e <smtp-server>] [-p <port>] mail@address
      -d: specifies the email domain
      -e: specifies the smtp server domain (mail exchanger)
      -p: specifies the smtp server port
      -v: verbose. Prints detailed information

About

Checks if an e-mail address is valid by connecting to the smtp server and checking the result.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages