Sign inSign up

xchikux/email_verify

By xchikux

Updated over 2 years ago

A basic email verifier. Built with FastAPI

Image
API management
0

1.1K

xchikux/email_verify repository overview

Run

docker run -p 1234:1234 email_verify

Usage

Ensure that port 25 is open on whatever network you are using this docker image in.

HTTP POST request
{
	"email": "[email protected]"
}
Response
{
	"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.

Tag summary

Content type

Image

Digest

sha256:48501000a

Size

35.9 MB

Last updated

over 2 years ago

docker pull xchikux/email_verify