https://github.com/ferhatelmas/disposable
:bomb: Disposable email domains in Golang
https://github.com/ferhatelmas/disposable
Last synced: about 1 month ago
JSON representation
:bomb: Disposable email domains in Golang
- Host: GitHub
- URL: https://github.com/ferhatelmas/disposable
- Owner: ferhatelmas
- License: mit
- Created: 2016-07-07T16:48:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T15:24:45.000Z (about 6 years ago)
- Last Synced: 2025-04-11T05:51:53.057Z (about 1 month ago)
- Language: Go
- Homepage: https://godoc.org/github.com/ferhatelmas/disposable
- Size: 17.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disposable Email Domains in Golang
[](https://godoc.org/github.com/ferhatelmas/disposable)
[](https://travis-ci.org/ferhatelmas/disposable)> 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
```go
import github.com/ferhatelmas/disposabledisposable.IsBlack("google.com") // false
disposable.IsBlack("10mail.org") // true
disposable.IsBlack("10MAIL.org") // true
```## RELATED
Actual list is collected at [martersen/disposable-email-domains](https://github.com/martenson/disposable-email-domains).
## CONTRIBUTING
Feel free to create a PR with additions or removal requests [here](https://github.com/ferhatelmas/disposable/issues/new) or above related repo. For sure, don't forget adding explanation of request.
## LICENSE
MIT © [Ferhat Elmas](https://github.com/ferhatelmas)