Sign in Sign up
hex

email_checker

Simple library checking the validity of an email. Checks are performed in the following order: - REGEX: validate the emails has a good looking format - MX: validate the domain sever contains MX records - SMTP: validate the SMTP behind the MX records knows this email address (no email sent)

hex View on Hex

Activity

Latest release
4y ago
Total releases
13
Cadence
~5 months
Last 12 months
0

Details

License
MIT
First release
Nov 19, 2015
Releases
Version Released
0.2.4 patch
0.2.3 patch
0.2.2 patch
0.2.1 patch
0.2.0 minor
0.1.4 patch
0.1.3 patch
0.1.2 patch
0.1.1 patch
0.1.0 minor
0.0.3 patch
0.0.2 patch
0.0.1 initial