jhvst / mx

MX validates emails by checking whether domain includes a MX record

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MX checks domain DNS zone for MX records. This is useful if you have bunch of emails that you need to validate.

##How to use

  1. git clone https://github.com/9uuso/mx -> cd mx -> go build
  2. Insert text file called input.txt in the same directory as the compiled binary, with each email seperated by line ending.
  3. Run the binary and wait for the program to finish.

About

MX validates emails by checking whether domain includes a MX record

License:MIT License


Languages

Language:Go 100.0%