wakumaku / go-mailchecker

Disposable email address (DEA) detection

Home Page:https://twitter.com/wakumaku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is no longer maintained.

Please, refer to the original mailchecker which is now available as a go module

Mailchecker Build Status Codacy Badge Code Coverage GoDoc

Disposable email address (DEA) detection

*Super inspired by: https://github.com/FGRibreau/mailchecker

go get github.com/wakumaku/go-mailchecker
mailchecker.IsValid("an_email_here@provider.tld")

Makefile:

  • make gen Generate/Update blacklist
  • make test Runs tests

*Note: Due I'm not able to include a golang platform into the original mailchecker (https://github.com/FGRibreau/mailchecker) because I don't know how to ride off function/vars collisions, I tried to find my way doing this thing.

About

Disposable email address (DEA) detection

https://twitter.com/wakumaku


Languages

Language:Go 99.6%Language:Shell 0.3%Language:Makefile 0.1%