GitXplorerGitXplorer
f

disposable

public
10 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e2eb8b4e60695b3cb43e3deeb5cf28ecb957d16

Update with new domains

fferhatelmas committed 8 years ago
Unverified
85a3d577ad0881067cdcae42221b1f47981b1e64

fix request url in readme

fferhatelmas committed 8 years ago
Unverified
1a0b562426c4170764c1ce45db2a8d8922c7dc16

readme twick

fferhatelmas committed 9 years ago
Unverified
1f88b87519bad27370b18eb80f4bdf420a964bd5

init

fferhatelmas committed 9 years ago

README

The README file for this repository.

Disposable Email Domains in Golang

Godoc Build Status

A list of disposable and temporary email address domains in Golang.

There are two lists; namely, Black and White.

  • Black: These are disposable and generally used to register dummy users to abuse/spam other services.
  • White: These are real email providers but generally treated as disposable wrongly.

Install

By go tool: go get github.com/ferhatelmas/disposable

Usage

import github.com/ferhatelmas/disposable

disposable.IsBlack("google.com") // false
disposable.IsBlack("10mail.org") // true
disposable.IsBlack("10MAIL.org") // true

RELATED

Actual list is collected at martersen/disposable-email-domains.

CONTRIBUTING

Feel free to create a PR with additions or removal requests here or above related repo. For sure, don't forget adding explanation of request.

LICENSE

MIT © Ferhat Elmas