https://github.com/soenneker/soenneker.validators.email.disposable.online
A validation module checking for disposable email addresses via online sources
https://github.com/soenneker/soenneker.validators.email.disposable.online
csharp disposable dotnet email temporary validation validator
Last synced: 16 days ago
JSON representation
A validation module checking for disposable email addresses via online sources
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.validators.email.disposable.online
- Owner: soenneker
- License: mit
- Created: 2023-11-18T19:57:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-10T00:00:28.000Z (18 days ago)
- Last Synced: 2026-06-10T01:18:44.752Z (18 days ago)
- Topics: csharp, disposable, dotnet, email, temporary, validation, validator
- Language: C#
- Homepage: https://soenneker.com
- Size: 5.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Soenneker.Validators.Email.Disposable.Online/)
[](https://github.com/soenneker/soenneker.validators.email.disposable.online/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/Soenneker.Validators.Email.Disposable.Online/)
[](https://github.com/soenneker/soenneker.validators.email.disposable.online/actions/workflows/codeql.yml)
#  Soenneker.Validators.Email.Disposable.Online
### A validation module checking for disposable email addresses via online sources
This makes a request to grab a list of disposable email domains, and is good for scenarios where your NuGet packages may not get updated often. Otherwise, [Soenneker.Validators.Email.Disposable](https://github.com/soenneker/soenneker.validators.email.disposable) is recommended. The list is stored within the package; it's faster to load with no reliance on availability.
## Installation
```
dotnet add package Soenneker.Validators.Email.Disposable.Online
```