A basic email verifier. Built with FastAPI
1.1K
docker run -p 1234:1234 email_verify
Ensure that port 25 is open on whatever network you are using this docker image in.
{
"email": "[email protected]"
}
{
"result": "valid",
"message": "Email is valid."
}
OR
{
"result": "invalid",
"message": "MX record not found for the domain."
}
EDIT: Now does deliverability verification for gmail, outlook, yahoo, hotmail.
WARNING: This feature can get you IP banned if abused.
Content type
Image
Digest
sha256:48501000a…
Size
35.9 MB
Last updated
over 2 years ago
docker pull xchikux/email_verify